Cordova - Uncaught TypeError:无法使用'in'运算符在null中搜索'ontouchend'

时间:2018-03-02 18:54:54

标签: cordova

所以我正在构建一个cordova应用程序。我在Android上发布版本时遇到此错误。在使用调试版本在本地测试cordova应用程序时,我没有遇到此错误。我不确定导致此错误的是什么:

Uncaught TypeError: Cannot use 'in' operator to search for 'ontouchend' in null
at La (com.example:9)
at V (com.example:10)
at Ya (com.example:10)
Uncaught TypeError: Cannot read property 'className' of null
at H (com.example:7)
at S (com.example:9)
at HTMLDocument.Na (com.example:12)

在我写过的任何js中,我都没有对任何东西进行操作或者有ontouchend的代码。

cordova的版本 8.0.0

Android版本 Android ^ 7.0.0

任何帮助都会很棒!谢谢!

0 个答案:

没有答案