-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map does not display on 2nd opening - numerous conditions #21
Comments
Thanks for reporting this. I was able to reproduce it. |
Another way to go would be this: https://github.com/ionic-team/ionic-native-google-maps It doesn't have the bug that I reported here plus has the advantage of being able to work offline. That being said, both the native plugin and the js api you are using seem to have very poor accuracy. I'm going to do some more testing tomorrow and bring it up with the maintainer of the native plugin. |
Hi @liquidcms ! Here's a screen recording of my test: I'm starting to feel this issue may be related to the Chrome renderer (as you also mention it doesn't happen in Firefox). Regarding moving from the javascript SDK to the cordova plugin, for what I have been reading and researching, there's no proper support for the Google Maps native SDK in both Android and iOS with Capacitor yet (although it seems to be an ongoing implementation). |
I can't tell from your video that you are in Chrome mobile emulation mode. But also, this happens on a real Android device as well. Although, I mentioned I am no longer using that plugin; or the one i mentioned - as neither provide reasonable accuracy (both provide about 20m accuracy which is pretty bad). Thanks for looking into this. |
I have been racking my brain trying to figure this out; but i think i have now narrowed it down to a specific set of conditions and a bug in your MapsComponent or the Ionic plugin. Please try to repeat:
NOTE: this only happens when in mobile emulation mode in Chrome or on a real device. It does not happen in Firefox, even when in mobile emulation mode.
NOTE: you can't do your app on a real device to show this as I think the test has to start on the page you return to after the map page - and your app starts on walkthrough; which you can not then return to. But if you change your app to set the video-plylist or categories or something else as the start; you should see it on a real device.
The text was updated successfully, but these errors were encountered: