webviewchromium

WinUI 3.0 - Why UWP project is asking for MS Edge for Business for WebView2

拟墨画扇 提交于 2021-01-04 05:53:18
问题 When I use WebView2 control in a UWP project with WinUI 3.0 and run the app, the webpage inside WebView2 control is not displayed. Instead, the app displays the following message that takes me to Microsoft Edge for Business download page: a suitable version of Microsoft edge was not detected. Please install the latest beta channel build from here Question : Why it's asking for Microsoft Edge for Business? I already have the latest version of MS Edge Canary Channel and the latest release

WinUI 3.0 - Why UWP project is asking for MS Edge for Business for WebView2

此生再无相见时 提交于 2021-01-04 05:49:41
问题 When I use WebView2 control in a UWP project with WinUI 3.0 and run the app, the webpage inside WebView2 control is not displayed. Instead, the app displays the following message that takes me to Microsoft Edge for Business download page: a suitable version of Microsoft edge was not detected. Please install the latest beta channel build from here Question : Why it's asking for Microsoft Edge for Business? I already have the latest version of MS Edge Canary Channel and the latest release

NullPointerException org.chromium.android_webview.AwContents$AwViewMethodsImpl.onDragEvent

久未见 提交于 2019-12-13 15:41:41
问题 about 10 days ago, my app started to record this exception (seen on dev console): java.lang.NullPointerException: at org.chromium.android_webview.AwContents$AwViewMethodsImpl.onDragEvent (AwContents.java:191) at com.android.webview.chromium.WebViewChromium.onDragEvent (WebViewChromium.java:782) at android.webkit.WebView.onDragEvent (WebView.java:2554) at android.view.View.dispatchDragEvent (View.java:22202) at android.view.ViewGroup.dispatchDragEvent (ViewGroup.java:1431) at android.view

WebView WebRTC not working

家住魔仙堡 提交于 2019-11-30 12:54:08
I'm trying to show WebRTC chat in WebView . Related to this documentation WebView v36 supports WebRTC . For my test i'm using device with Chrome/39.0.0.0 and added permissins to manifest: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <user-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> but when entered into chat see chromium error in the log (device doesn't show \ translate anything, only 'loading' progress bar) : W

WebView WebRTC not working

試著忘記壹切 提交于 2019-11-29 18:26:33
问题 I'm trying to show WebRTC chat in WebView . Related to this documentation WebView v36 supports WebRTC . For my test i'm using device with Chrome/39.0.0.0 and added permissins to manifest: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <user-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> but when entered into chat see chromium