Reopen #1919: Bottom part of ionic tabs is not clickable
See original GitHub issueI’m submitting a … (check one with “x”)
- question
- any problem or bug report
- feature request
If you choose ‘problem or bug report’, please select OS: (check one with “x”)
- Android
- iOS
cordova information: (run $> cordova plugin list
)
com.googlemaps.ios 2.6.0 “Google Maps SDK for iOS” cordova-plugin-camera 4.0.3 “Camera” cordova-plugin-device 2.0.2 “Device” cordova-plugin-file 6.0.1 “File” cordova-plugin-file-transfer 1.7.1 “File Transfer” cordova-plugin-geolocation 4.0.1 “Geolocation” cordova-plugin-googlemaps 2.3.4 “cordova-plugin-googlemaps” cordova-plugin-inappbrowser 2.0.2 “InAppBrowser” cordova-plugin-ionic-keyboard 2.1.2 “cordova-plugin-ionic-keyboard” cordova-plugin-ionic-webview 1.2.1 “cordova-plugin-ionic-webview” cordova-plugin-network-information 2.0.1 “Network Information” cordova-plugin-screen-orientation 3.0.1 “Screen Orientation” cordova-plugin-splashscreen 5.0.2 “Splashscreen” cordova-plugin-statusbar 2.4.1 “StatusBar” cordova-plugin-whitelist 1.3.3 “Whitelist” es6-promise-plugin 4.2.2 “Promise” info.protonet.imageresizer 0.1.1 “Image Resizer”
If you use @ionic-native/google-maps
, please tell the package.json (only @ionic-native/core
and @ionic-native/google-maps
are fine mostly)
- ionic-native/core: 4.7.0
- ionic-native/google-maps: 4.7.0
Current behavior: Same issue as this one described by antoine92190 https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/1919
Screen capture or video record: ( Merci @antoine92190 )
Related code, data or error log (please format your code or data): The workaround I use for the moment is to set android mode; <ion-tabs #myTabs icon-bottom title-hide mode=“md”>
Strangely, It works perfectly on iPhone X with ‘viewport-fit=cover’, but not on others iPhone/iPad…
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top GitHub Comments
ouch!! I’m so stupid … sorry to waste your time By creating a new project I saw that my Play Services SDK was not up to date. despite it is clearly describe on your quick install chapter…
I’m really sorry. Many thanks,
@gregavola
I was experiencing the same problem, the last update to 2.3.8 seems to have fixed it.Problem still persists. See #2409