我不明白为什么我没有收到警报。控制台中没有错误,我确定它正在查找 PhoneGap.js 文件。
<!doctype html>
<html>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="/Matrix/PhoneGap/Inc/js/PhoneGap.js"></script>
<script>
function myDeviceReady() {
alert('Ready!');
}
document.addEventListener("deviceready", myDeviceReady, false);
</script>
</body>
</html>
编辑:这不适用于使用 Safari 或 Google Chrome 的我的 iPhone。