You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebView2 provided by Microsoft Edge Chromium is used. So wry supports Windows 7, 8, 10 and 11.
239
240
240
241
#### Android
241
242
242
243
In order for `wry` to be able to create webviews on Android, there are a few requirements that your application needs to uphold:
244
+
243
245
1. You need to set a few environment variables that will be used to generate the necessary kotlin
244
246
files that you need to include in your Android application for wry to function properly.
245
247
-`WRY_ANDROID_PACKAGE`: which is the reversed domain name of your android project and the app name in snake_case, for example, `com.wry.example.wry_app`
@@ -286,7 +288,6 @@ Wry uses a set of feature flags to toggle several advanced features.
286
288
Avoid this in release build if your app needs to publish to App Store.
287
289
-`fullscreen`: Fullscreen video and other media on **macOS** requires calling private functions.
288
290
Avoid this in release build if your app needs to publish to App Store.
289
-
libraries and prevent from building documentation on doc.rs fails.
290
291
-`linux-body`: Enables body support of custom protocol request on Linux. Requires
291
292
WebKit2GTK v2.40 or above.
292
293
-`tracing`: enables [`tracing`] for `evaluate_script`, `ipc_handler`, and `custom_protocols`.
0 commit comments