oscarfonts / mapbox-gl-cordova-offline

Offline vector maps in Cordova using Mapbox GL JS
Other
60 stars 36 forks source link

iOS example app doesn't show map data #47

Closed mb72 closed 5 years ago

mb72 commented 5 years ago

I can get the iOS example app to open in the Xcode simulator, but it only shows the map controls, no map data. Any thoughts? @michogar @HarelM Thanks

HarelM commented 5 years ago

I've seen issue with the simulator. I added cordova-plugin-ionic-webview to resolve issues in iOS, not sure this is what you experience though... iOS and their webview are not so good unfortunately...

mb72 commented 5 years ago

@HarelM Thanks for the tip. Nothing changed, but I did notice that cordova-sqlite-ext is still not installing despite using the fix suggested in #44, so I'm guessing that's the real source of the problem.