Commit c7fb11fe by dembee2

更新bug

parent a1b5f1e9
{ {
"_from": "cordova-plugin-tbs-webview",
"_id": "cordova-plugin-tbs-webview@0.1.3",
"_inBundle": false,
"_integrity": "sha512-rviTGHxaoQ1ubuRjDpfM6ueeSQeloYMGcVpbFtdiCvfodp+1JlzndzVLMp7Tv3LwBYRm4IpFc38RgkEVJOrU1g==",
"_location": "/cordova-plugin-tbs-webview",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cordova-plugin-tbs-webview",
"name": "cordova-plugin-tbs-webview",
"escapedName": "cordova-plugin-tbs-webview",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-plugin-tbs-webview/-/cordova-plugin-tbs-webview-0.1.3.tgz",
"_shasum": "3b8cead484f55e2e59b7695913f6b839338f9336",
"_spec": "cordova-plugin-tbs-webview",
"_where": "/Users/xuys/Project/Government/zugong/frotend/smartPartOrgWork2",
"author": {
"name": "liuxiaoy"
},
"bugs": {
"url": "https://github.com/liuxiaoy/cordova-plugin-tbs-webview/issues"
},
"bundleDependencies": false, "bundleDependencies": false,
"cordova": { "cordova": {
"id": "cordova-plugin-tbs-webview", "id": "cordova-plugin-tbs-webview",
...@@ -48,7 +18,6 @@ ...@@ -48,7 +18,6 @@
"version": ">=5.2.0" "version": ">=5.2.0"
} }
], ],
"homepage": "https://github.com/liuxiaoy/cordova-plugin-tbs-webview",
"keywords": [ "keywords": [
"ecosystem:cordova", "ecosystem:cordova",
"cordova-android", "cordova-android",
...@@ -59,7 +28,7 @@ ...@@ -59,7 +28,7 @@
"name": "cordova-plugin-tbs-webview", "name": "cordova-plugin-tbs-webview",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/liuxiaoy/cordova-plugin-tbs-webview.git" "url": "git+https://git.orhontech.com/OpenProject/cordova-plugin-tbs-webview.git"
}, },
"version": "0.1.3" "version": "0.1.3"
} }
package com.orhon.cordova; package com.orhon.cordova;
import android.util.Log;
import com.tencent.smtt.export.external.TbsCoreSettings; import com.tencent.smtt.export.external.TbsCoreSettings;
import com.tencent.smtt.sdk.QbSdk; import com.tencent.smtt.sdk.QbSdk;
...@@ -17,14 +19,14 @@ public class MainApplication extends android.app.Application { ...@@ -17,14 +19,14 @@ public class MainApplication extends android.app.Application {
QbSdk.initX5Environment(this, new QbSdk.PreInitCallback() { QbSdk.initX5Environment(this, new QbSdk.PreInitCallback() {
@Override @Override
public void onCoreInitFinished() { public void onCoreInitFinished() {
//System.out.println(" tbs init ok"); // System.out.println(" tbs init ok");
Log.d("orhonCordova" , "tbs init ok"); Log.d("orhonCordova", "tbs init ok");
} }
@Override @Override
public void onViewInitFinished(boolean b) { public void onViewInitFinished(boolean b) {
//System.out.println(" tbs init view: " + b); // System.out.println(" tbs init view: " + b);
Log.d("orhonCordova" , "tbs init view:" + b); Log.d("orhonCordova", "tbs init view:" + b);
} }
}); });
} }
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<source-file src="platforms/android/src/org/apache/cordova/x5engine/X5WebViewClient.java" target-dir="src/org/apache/cordova/x5engine"/> <source-file src="platforms/android/src/org/apache/cordova/x5engine/X5WebViewClient.java" target-dir="src/org/apache/cordova/x5engine"/>
<source-file src="platforms/android/src/org/apache/cordova/x5engine/X5WebViewEngine.java" target-dir="src/org/apache/cordova/x5engine"/> <source-file src="platforms/android/src/org/apache/cordova/x5engine/X5WebViewEngine.java" target-dir="src/org/apache/cordova/x5engine"/>
<source-file src="platforms/android/src/com/liuxiaoy/cordova/MainApplication.java" target-dir="src/com/liuxiaoy/cordova"/> <source-file src="platforms/android/src/com/orhon/cordova/MainApplication.java" target-dir="src/com/orhon/cordova"/>
<source-file src="platforms/android/libs/tbs_sdk_thirdapp_v3.6.0.1310_43612_sharewithdownload_withoutGame_obfs_20180706_163319.jar" target-dir="libs"/> <source-file src="platforms/android/libs/tbs_sdk_thirdapp_v3.6.0.1310_43612_sharewithdownload_withoutGame_obfs_20180706_163319.jar" target-dir="libs"/>
<source-file src="platforms/android/libs/armeabi/liblbs.so" target-dir="libs/armeabi"/> <source-file src="platforms/android/libs/armeabi/liblbs.so" target-dir="libs/armeabi"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment