-
Notifications
You must be signed in to change notification settings - Fork 125
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
Ionic 4 - IOS - Google map native - "Crash" #189
Comments
The execution is done with ngAfterViewInit and platform.ready()
|
Yes, you have to wait |
Euh… no, this is what I did but that crash. |
Can you un-closed this topic ? |
Please read this slides before using this plug-in. |
Thank you but already read, it was my first implementation. Work well with Android, but I don't understand why that crash with iOS. I also read many and many topics, tutorials,... since one month. But anyways, I'll read it again |
Native side takes lot of times than js side for initialization. Implementation of iOS is different from the Android. When you use any native plugins, you have to wait the |
Dear, I'm coming back after rebuilding new versions from scratch with only the google map (nothing else). Android: OK What are my steps:
Clean my home page:
Set height for the element
My ts page:
|
I tested the multibranch version and the stable version. When running the app, before to go back in the background, I can see the blue background. I think I forget nothing for the steps performed. For every step, I copied-pasted into a bloc-note the executed cli-commands to know what are my steps. |
Hello which Cordova IOS version are you using? I got very similar issues
with 4.5.5 but they went away after upgrading to 5.0.0. can you please show
us the output of the ionic info command?
…On Sun, Mar 31, 2019, 19:01 Jonathan Denies ***@***.***> wrote:
I tested the multibranch version and the stable version.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABJzAADA3o0pWAzw1uqIAu_6MB72569gks5vcOnjgaJpZM4cFCg_>
.
|
I have the 4.5.5 too
|
I'll test an upgrade to 5.0.0 this afternoon. |
I am very interested in your testing results. Please keep us posted.
Upgrade to version 5 helped me but it broke the support for the onesignal
plugin I am using too. But that is a different issue not relevant here.
…On Mon, Apr 1, 2019, 08:49 Jonathan Denies ***@***.***> wrote:
I'll test an upgrade to 5.0.0 this afternoon.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABJzANqB-baGIjRSAEEJKZvsuHAjFxvwks5vcav1gaJpZM4cFCg_>
.
|
Thanks you very much !!!!! That works !! I never supposed that the CLI will install an older version. |
You are welcome, glad it worked after upgrading to IOS 5.0.0 |
I'm still having this issue in ios 5.0.1, but only in ONE app, any ideas why? Already read the documentation and got this plugin working in several apps before. Already tried reinstalling the ios platform, reinstalling the plugin, installing the multiple_maps branch, .. |
Hi everyone,
I'm looking to someone having trouble when using Google Map Native plugin with IOS.
Everything works fine with the browser and Android.
The crash on IOS appears when performing:
this.map = GoogleMaps.create("map_canvas");
This is not really a crash. The app quit, go to the home screen of my iPhone and the app still in background. I can rerun it but "crash" again.
There is no error messages, and a simple Try Catch doesn't catch the problem (and the crash always).
Any solution about that ?
The text was updated successfully, but these errors were encountered: