Falling back on PROMPT mode since _cordovaNative is missing. Expected for Android 3.2 and lower only.

感情迁移 提交于 2019-12-13 17:09:45

问题


I have the following problem:

When I click on the marker of my map (using google maps v3) I get this error:

"Falling back on PROMPT mode since _cordovaNative is missing. Expected for Android 3.2 and lower only."

How can I fix?

use cordova 3.0.0 and chrome in unsafe mode thank you very much


回答1:


If your testing in your browser remove reference to the cordova.js file. i.e remove

<script src="cordova.js"></script>

file from your index.html file. Add this only when testing your app on the device.



来源:https://stackoverflow.com/questions/18186080/falling-back-on-prompt-mode-since-cordovanative-is-missing-expected-for-androi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!