mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
changed 'deviceReady' to 'deviceready' in index.html. fixed up the file utils a bit so that they sort of work.
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@
|
||||
|
||||
function init(){
|
||||
document.addEventListener("touchmove", preventBehavior, false);
|
||||
document.addEventListener("deviceReady", deviceInfo, true);
|
||||
document.addEventListener("deviceready", deviceInfo, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user