We have created an app that uses Google’s OAuth2.0 for login. We run into a problem where the final authorization screen get’s cut off on some devices ( eg: iPhoneX ).
Although the iPhone screen should be wide enough, it looks like it triggers horizontal scrolling. We have applied the workaround shown here:
github.com/nraboy/ng-cordova-oauth/issues/283#issuecomment-296091222
This fixes the OAuth screen, but creates a host of layout problems throughout the App ( Menu’s break, text entry creates weird scrolling, etc )
I’m unsure on how to proceed. Has anyone resolved this issue, or have suggestions on directions to explore?
Thanks!