Closed lynavis closed 6 years ago
Please share your project files on GitHub.
Without reproduce projet, I won't check it. So I can't help you
I can't share because it's a professional project.
Here a demo projet where the issue is reproduced : Demo It's a default ionic project where i added my basic code for display the map.
Iphone 5 iOs : 103.3 cordova-ios : 4.5.0 plugin version : 2.2.0
Thank you for creating a demo project. But I don't support older version, so I will check it with the latest version.
I tried to inspect your project, but because of your ionic is too old, I couldn't run your code.
Please upgrade your ionic framework
I can't upgrade to an other version of the ionic framework. Like i said before it's a professional project and we don't have time to allocate to version migration.
Well, unfortunately please give up to use this plugjn. I don't have also enough time to spend much time for ancient ionic framework.
You need to choose one of them:
I can't create more simple demo than the one i gave you. I created the project with the command "ionic start googleMaps" blank --type=ionic1". Then, install your plugin and ios platform and run the project.
What did you change in your code beetween 2.1.1 and 2.2.0 that can produce this issue? It's like an invisible div above the map
Please check commit logs. All code is open.
I already cheked what change but i don't know where to search in all files
Here you are, I tried with another PC, and reinstall ancient ionic. Then run it. I have no problem.
It work fine With recent iPhone but dont on iphone 5
Can you give me a line search ? In witch file i have to look ?
Any comments?
OK i tried with the iphone 5s simulator and it work but when i run on my iphone 5 it dosen't
You should check it with safari inspector
Unfortunately I can't do anything. The problem is your iPhone.
I inspect with safari and all parents élément have the class for the transparence. I think first the problem come from by the div «scroll » add by ionic but with scroll to false the issue is still present
~~I have been entered into a strike. All questions & issues about ionic are refused. Ionic member @perrygovier will help you.~~
Ok, I figured out the reason finally. The reason is resetCSS
. This breaks the touch calculation of this plugin.
I fixed the problem. Please reinstall the plugin from the multiple_maps branch.
It work perfect !!!!! Thank a lot for you time !!!
You are welcome
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)Current behavior: I was in version 2.1.1 but i had a problem with method "setIcon" on markers so i updated the plugin to the last version and all work fine instead on iphone 5 (v10.3.3). I have this comportement :
It's not my projet, it's from this issue but the fix don't work for me. I tried many version of the plugin and all version above 2.2.0 don't work on this iphone.
HTML :
JS :
Do you see why it doesn't work on this iphone with other version than 2.1.1 ?
Thank you for your help!