Cordova填坑

Cordova android 6.2.3 plugin的 return 要填true

使用SystemWebView的时候在onDestroyView 函数里面调用

if(null!=systemWebView){

systemWebView.cordovaWebView.handleDestroy()

}

解决这个问题

IntentReceiverorg.apache.cordova.Device$1@48bb2ec0that was originally registered here.Areyou missing a call to unregisterReceiver()?

你可能感兴趣的:(Cordova填坑)