I am facing Touch issue in my Angular Ionic Cordova iOS application, when app launches in landscape mode and changes to portrait after Splash screen is loaded and navigates to next screen.
After changing to Portrait mode, the addition portion at bottom of the screen is not touchable after integrating Google Maps plugin.
Adding few more additional steps:
I have set Auto orientation and launching the app in Landscape and then navigates to login screen.
In login screen, we have a side menu which contains option to display maps.
But when i was in login screen and changing the orientation from landscape to portrait, bottom portion is not clickable as mentioned in image with colour.
Below code is causing the issue for me when auto rotate is enabled.
I am facing Touch issue in my Angular Ionic Cordova iOS application, when app launches in landscape mode and changes to portrait after Splash screen is loaded and navigates to next screen.
After changing to Portrait mode, the addition portion at bottom of the screen is not touchable after integrating Google Maps plugin.
Adding few more additional steps:
Below code is causing the issue for me when auto rotate is enabled.