WebView being moved to Native Extension

thanks AGulev, very much
it works well, some lines make it :slightly_smiling_face:

Cheers!

3 Likes

We have released a new version of the WebView extension. The new version fixes a couple of different issues:

CHANGE: Migrated from deprecated UIWebView to WKWebView on iOS
FIX: webview.open_raw() was not working on iOS
FIX: CALLBACK_RESULT_OK was not fired on Android for webview.open() or webview.open_raw()
FIX: Webviews were not destroyed on Android when targeting an already running dmengine

Thank you to @Pkeod and @dapetcu21 for reporting the issues and verifying the fixes!

3 Likes

We have made a few more releases of the WebView extension since the last post. One release which was made in September was a community contribution by GitHub user “thetrung” added macOS support. And this week @dapetcu21 contributed some fixes. The latest release can be found here:

5 Likes