H5游戏打包成apk微端包在安卓运行问题求解!

出现下面的信息,然后黑屏。。感觉好像是安卓机的webview自动全屏造成的。有人遇到过类似的问题么?

10-09 18:39:15.911 10204 10204 I chromium: [INFO:CONSOLE(1)] “Performing operations that require explicit user interaction on touchstart events is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5649871251963904 for more details.”, source: http://119.23.238.158:8205/cocos2d-js-min.js (1)
10-09 18:39:15.979 10204 10204 W cr_AwContents: onDetachedFromWindow called when already detached. Ignoring
10-09 18:39:16.013 10204 10204 D HwSecImmHelper: showSoftInput is pwd = false
10-09 18:39:16.712 10204 10237 D mali_winsys: new_window_surface returns 0x3000
10-09 18:39:18.646 10204 10204 D HwSecImmHelper: showSoftInput is pwd = false
10-09 18:39:19.839 10204 10204 I chromium: [INFO:CONSOLE(1)] “Failed to execute ‘requestFullscreen’ on ‘Element’: API can only be initiated by a user gesture.”, source: http://119.23.238.158:8205/cocos2d-js-min.js (1)
10-09 18:39:19.865 10204 10377 I : send start state to pg
10-09 18:39:19.866 4657 5841 I PhoneStateManager: wilhelm start, mPid: 10204
10-09 18:39:20.021 10204 10204 I chromium: [INFO:CONSOLE(1)] “Ignored attempt to cancel a touchcancel event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.”, source: http://119.23.238.158:8205/cocos2d-js-min.js (1)

"Failed to execute ‘requestFullscreen’ on ‘Element’:
这个可以修改一下 main.js,在其中的 cc.view.enableAutoFullScreen() 中传入 false
其它应该只是警告,可以忽略