PhoneGap中文网
标题:
遇到错误 TypeError: Cannot read property 'handleEvent' of undefined
[打印本页]
作者:
BeyondCode
时间:
2018-6-29 22:17
标题:
遇到错误 TypeError: Cannot read property 'handleEvent' of undefined
环境:
安装最新版NodeJS后,通过npm命令安装的phone gap和cordova。
操作步骤:
1、使用phonegap create命令创建app
2、使用phonegap run android命令创建Android Studio工程
3、在onDeviceReady函数中,添加 menubutton事件接收函数。
document.addEventListener('menubutton', this.onMenuButton, false);
现象:
发生TypeError: Cannot read property 'handleEvent' of undefined错误。
哪位大侠知道是什么原因吗?
作者:
tengfeng
时间:
2018-7-1 20:59
你看看handleEvent 在哪里写的,从这个handleEvent 入手
欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/)
Powered by Discuz! X3.2