Skip to content

Releases: defold/extension-webview

WebView 1.3.0

05 Mar 08:23
974d22f
Compare
Choose a tag to compare

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

WebView 1.2.0

29 Jan 10:06
cd0d071
Compare
Choose a tag to compare

NEW: It's now possible to access files using file://android_asset/your_file and subsequently requested files without running into browser security issues.

WebView 1.1.1

27 Sep 14:16
Compare
Choose a tag to compare

Fixed issue with command shadowing.

WebView 1.1.0

24 Jul 10:06
4eaea44
Compare
Choose a tag to compare

Added script_api file for code autocompletion in the editor

WebView 1.0.1

12 Jul 08:34
d6b9059
Compare
Choose a tag to compare
  • Fixed a bundling bug.
  • Fixed SetPosition method for Android.

WebView 1.0.0

29 May 09:05
cc8b2d8
Compare
Choose a tag to compare
DEF-3925 - Fixes issue on iOS where symbols weren't getting linked in…