cordova-plugin-googlemaps: Map does not immediately display on cordova-ios@4
I’ve noticed that the current master branch does not display the map until the map dom has been “touched”/modified. It will initially load up as a plain white screen.
- cordova-ios@4 (4.1.1)
- tested on an iPhone running iOS v9.3.2
I’ve created a test repo and replication instructions to help accelerate testing this issue: https://github.com/chadwhitaker/cordova-plugin-googlemaps_issue-1007
This issue doesn’t exist when using the npm version v1.9.3 of the plugin (commit a94ab45) and running cordova-ios with v3.9.2 (cordova platform add ios@3). I imagine lies within the cordova-ios v4 implementation.
⬇️ Please hit the 👍 if your app is also experiencing this issue.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 4
- Comments: 23 (5 by maintainers)
@wf9a5m75 this does not work with the master branch and cordova-ios@4.
use the master branch
Please use the master branch.
@wf9a5m75 I can confirm I’m seeing the same behavior as @chadwhitaker using the Master branch.
This is sporadic and random - there is no definite set of reproducible steps to create the issue, otherwise I’d list them here. Sometimes it loads, sometimes its blank. There is no error output in the logs, so its impossible to track the issue’s source.
@chadwhitaker Confirmed. Map loads with: npm version 1.3.9 of googlemaps cordova-ios@3.9.2 iOS 8.4 (simulator) and 9 (ipad mini and iphone 4s)