emi-indo-cordova-plugin-admob 2.0.8 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/plugin.xml +1 -1
- package/src/android/emiAdmobPlugin.kt +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
package/plugin.xml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
2
2
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
3
|
-
id="emi-indo-cordova-plugin-admob" version="2.0.
|
3
|
+
id="emi-indo-cordova-plugin-admob" version="2.0.9">
|
4
4
|
|
5
5
|
<name>emiAdmobPlugin</name>
|
6
6
|
<description>Cordova/Quasar/Capacitor Plugin Admob Android IOS</description>
|
@@ -1418,15 +1418,15 @@ class emiAdmobPlugin : CordovaPlugin() {
|
|
1418
1418
|
|
1419
1419
|
cWebView?.loadUrl("javascript:cordova.fireDocumentEvent('on.banner.failed.load', ${errorData});")
|
1420
1420
|
|
1421
|
-
bannerOverlappingToZero()
|
1422
|
-
|
1423
1421
|
if (bannerViewLayout != null && bannerView != null) {
|
1422
|
+
/*
|
1424
1423
|
bannerViewLayout?.removeView(bannerView)
|
1425
1424
|
bannerView?.destroy()
|
1426
1425
|
bannerView = null
|
1427
1426
|
bannerViewLayout = null
|
1427
|
+
*/
|
1428
1428
|
isBannerLoad = false
|
1429
|
-
isBannerShow = false
|
1429
|
+
//isBannerShow = false
|
1430
1430
|
isBannerPause = 2
|
1431
1431
|
lock = true
|
1432
1432
|
}
|