otter-bridge
Advanced tools
Comparing version 0.0.3-alpha.22 to 0.0.3-alpha.23
@@ -66,3 +66,3 @@ "use strict"; | ||
constructor() { | ||
this.valid = typeof window.flutter_inappwebview !== "undefined"; | ||
this.valid = window._inAppWebViewLoaded === true; | ||
} | ||
@@ -69,0 +69,0 @@ // Singleton instance |
{ | ||
"name": "otter-bridge", | ||
"version": "0.0.3-alpha.22", | ||
"version": "0.0.3-alpha.23", | ||
"description": "Otter game web jsbridge", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -19,3 +19,3 @@ import URI from "urijs"; | ||
valid: boolean = typeof (window as any).flutter_inappwebview !== "undefined"; | ||
valid: boolean = (window as any)._inAppWebViewLoaded === true; | ||
@@ -22,0 +22,0 @@ async callHandler(handlerName: string, params: any = {}) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48610