[email protected]
Esta página aún no está disponible en tu idioma.
- Implement
<input type="file">
on Android. - Add
WebviewExtAndroid::handle
which can be used to execute some code using JNI context. - Enable JS alert, confirm, prompt on Android.
- Prompt for permissions on Android when needed.
- Implement
webview_version
on Android. - Enable storage, geolocation, media playback,
window.open
. - Improve Android initialization script implementation.
- WRY will now generate the needed kotlin files at build time but you need to set
WRY_ANDROID_REVERSED_DOMAIN
,WRY_ANDROID_APP_NAME_SNAKE_CASE
andWRY_ANDROID_KOTLIN_FILES_OUT_DIR
env vars. - Breaking change Removed
WebView::focus
. - Updated tao to
0.14
- 483bad0 feat: tao as window dependency (#230) on 2021-05-03
- 51430e9 publish new versions (#221) on 2021-05-09
- 0cf0089 Update tao to v0.2.6 (#271) on 2021-05-18
- a76206c publish new versions (#272) on 2021-05-18
- 3c4f8b8 Update tao to v0.5 (#365) on 2021-08-09
- 44aa1dc publish new versions (#351) on 2021-08-09
- 935cc5f Update tao to 0.13 (#642) on 2022-07-27
- 657888a Publish New Versions (#632) on 2022-07-27
- 3a91376 chore(deps): update tao to 0.14 (#691) on 2022-09-13
- Allow setting the webview background color.
- Added the
RustWebView
class on Android. - Update the
windows
crate to the latest 0.39.0 release andwebview2-com
to 0.19.1 to match. - On Windows, automatically focus the webview when the window gains focus to match other platforms.
© 2024 Tauri Contributors. CC-BY / MIT