android-webview

DragControl not working on Android Webview (problem dragging 3d models)

北城余情 提交于 2020-04-18 00:37:35
问题 ,Greetings! this question is the for the problem which I barged into after I was helped with this. This code is working fine on web browsers directly but when I try to run it Android WebView, it's not working.These are the logs which i am getting once the app starts in android studio: D/CONTENT: THREE.WebGLRenderer: Error creating WebGL context. @ 23538: https://cdn.jsdelivr.net/npm/three@0.115/build/three.js D/CONTENT: Uncaught Error: Error creating WebGL context. @ 23539: https://cdn

WebView shows net::ERR_CLEARTEXT_NOT_PERMITTED on HTTPS url

送分小仙女□ 提交于 2020-04-17 18:40:54
问题 I'm trying to load an url that fit security protocols with HTTPS, but when I'm trying to load on a WebView, android shows me net::ERR_CLEARTEXT_NOT_PERMITTED. Why? is a HTTPS what is the problem? The source code that shows it is: public class InternalWebBrowserActivityHelperImpl implements InternalWebBrowserActivityHelper, Constants { private final String TAG = getClass().getSimpleName(); @NonNull private InternalWebBrowserActivityView activityView; public InternalWebBrowserActivityHelperImpl

WebView shows net::ERR_CLEARTEXT_NOT_PERMITTED on HTTPS url

隐身守侯 提交于 2020-04-17 18:39:46
问题 I'm trying to load an url that fit security protocols with HTTPS, but when I'm trying to load on a WebView, android shows me net::ERR_CLEARTEXT_NOT_PERMITTED. Why? is a HTTPS what is the problem? The source code that shows it is: public class InternalWebBrowserActivityHelperImpl implements InternalWebBrowserActivityHelper, Constants { private final String TAG = getClass().getSimpleName(); @NonNull private InternalWebBrowserActivityView activityView; public InternalWebBrowserActivityHelperImpl

WebView shows net::ERR_CLEARTEXT_NOT_PERMITTED on HTTPS url

北慕城南 提交于 2020-04-17 18:38:54
问题 I'm trying to load an url that fit security protocols with HTTPS, but when I'm trying to load on a WebView, android shows me net::ERR_CLEARTEXT_NOT_PERMITTED. Why? is a HTTPS what is the problem? The source code that shows it is: public class InternalWebBrowserActivityHelperImpl implements InternalWebBrowserActivityHelper, Constants { private final String TAG = getClass().getSimpleName(); @NonNull private InternalWebBrowserActivityView activityView; public InternalWebBrowserActivityHelperImpl

WebView shows net::ERR_CLEARTEXT_NOT_PERMITTED on HTTPS url

纵饮孤独 提交于 2020-04-17 18:37:50
问题 I'm trying to load an url that fit security protocols with HTTPS, but when I'm trying to load on a WebView, android shows me net::ERR_CLEARTEXT_NOT_PERMITTED. Why? is a HTTPS what is the problem? The source code that shows it is: public class InternalWebBrowserActivityHelperImpl implements InternalWebBrowserActivityHelper, Constants { private final String TAG = getClass().getSimpleName(); @NonNull private InternalWebBrowserActivityView activityView; public InternalWebBrowserActivityHelperImpl

WebView after closing fullscreen view, webview auto scrolls to top

早过忘川 提交于 2020-03-26 04:03:07
问题 I have webveiw (with fullscreen support) on the fragment. The issue is when i close fullscreen the webview scrolls it position to top. Noticed: the issue appears only if apply FLAG_FULLSCREEN flag (but i need to apply it to have real fullscreen) found possible solution is to use java script, but there is no answer. Also i'm not found the way to resolve this with webview functions like scrollTo and ect when i add (instesad of fullscreen-view) view with small size (100dp height) i see that

Webview showing blank page after recent chrome update

随声附和 提交于 2020-03-26 03:39:08
问题 I know this problem has been already asked before but I am not able to solve it. I'm trying to play embed video URL on the Webview and filter other bad URLs through shouldOverrideUrlLoading.Whenever the embed video play icon is clicked, about blank is called and a blank page is loaded.Previously before the update, everything was working normally and all of a sudden I faced this problem. The problem is only seen on some of the devices. Here is my Webview code: WebSettings webSettings =

Webview showing blank page after recent chrome update

前提是你 提交于 2020-03-26 03:38:27
问题 I know this problem has been already asked before but I am not able to solve it. I'm trying to play embed video URL on the Webview and filter other bad URLs through shouldOverrideUrlLoading.Whenever the embed video play icon is clicked, about blank is called and a blank page is loaded.Previously before the update, everything was working normally and all of a sudden I faced this problem. The problem is only seen on some of the devices. Here is my Webview code: WebSettings webSettings =

Is there a way to keep the user signed in between native code and a WebView using Firebase Auth on Android?

℡╲_俬逩灬. 提交于 2020-03-22 09:14:10
问题 I am interested in building native and WebView based Android screens. I would like to keep the user signed in when navigating from a native to WebView screen. But I don't know how to achieve this. 来源: https://stackoverflow.com/questions/57320188/is-there-a-way-to-keep-the-user-signed-in-between-native-code-and-a-webview-usin

Android WebView failed to load (net::ERR_CLEARTEXT_NOT_PERMITTED)

梦想与她 提交于 2020-03-19 23:00:14
问题 Can someone help me please? I am using WebView in my Android app compileSdkVersion 29 buildToolsVersion "29.0.0" minSdkVersion 16 targetSdkVersion 29 I have the config https in AmdroidManifest and creating a config file but no change I get the cleartext error : (net::ERR_CLEARTEXT_NOT_PERMITTED) @xml/network_security_config <?xml version="1.0" encoding="utf-8"?> <network-security-config> <domain-config cleartextTrafficPermitted="true"> <domain includeSubdomains="true">www.mydomaine.com<