ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Ionic 4: Standard components and fit issues #226

Closed services4smb closed 5 years ago

services4smb commented 5 years ago

I'm submitting a ... (check one with "x")

If you choose 'problem or bug report', please select OS: (check one with "x")

cordova information: (run $> cordova plugin list)

cordova-plugin-device 2.0.2 "Device"
cordova-plugin-googlemaps 2.6.2 "cordova-plugin-googlemaps"
cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 4.0.1 "cordova-plugin-ionic-webview"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"

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": "^5.5.1",
"@ionic-native/google-maps": "^5.5.0",

Current behavior: I have build a Google Maps Demo app, but are struggling with Google Maps together with standard Ionic components. I'm running the app on the device using the following command: $ ionic cordova run android

1). Clicking on button 'open map page' will open Google Maps perfectly.

2). Clicking on button 'open map (a-b) page' doesn't work as expected.

3). Clicking on button 'open map (size) doesn't work as expected.

Expected behavior: Please see steps above.

Screen capture or video record:

Related code, data or error log (please format your code or data):

https://bitbucket.org/nicedevice/googlemaps/
wf9a5m75 commented 5 years ago

At the first, you need to understand how this plugin works. The map views on Android and iOS are NOT html element.

I have never used ion-segment with this plugin. But tab page works with this plugin.