delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

JavaScript Interface don't work #291

Closed DerGoogler closed 2 years ago

DerGoogler commented 3 years ago

my JavaScript Interface don't work on this webview :(

ocram commented 3 years ago

Without some code excerpt or API level information, it’s hard to help.

Please build a basic example using Android’s plain WebView instead of AdvancedWebView, and check if the JavaScript interface works there.

DerGoogler commented 3 years ago

Without some code excerpt or API level information, it’s hard to help.

Please build a basic example using Android’s plain WebView instead of AdvancedWebView, and check if the JavaScript interface works there

The Plain WebView works but the AdvancedWebView not