PhoneGap + Google Maps API v3 : Not displaying (at all) on Android

后端 未结 4 1208
南旧
南旧 2020-12-14 03:41

The Situation

I\'m currently developing an app for a customer, who wishes to have a Google Maps integration. He wants the map to show the route from

4条回答
  •  一向
    一向 (楼主)
    2020-12-14 03:51

    I had the same issue and it turned out to just be me not updating the whitelist after I created the phonegap project. Phonegap was rejecting the google maps JS URL, so it never got downloaded and executed.

    For example:

     
        
    

提交回复
热议问题