How to open Typeform on Webview Android
argaasasta opened this issue · 7 comments
argaasasta commented
i put setting on webview like this
settings.javaScriptEnabled = true
settings.javaScriptCanOpenWindowsAutomatically = true
settings.allowContentAccess = true
settings.domStorageEnabled = true
settings.cacheMode = WebSettings.LOAD_DEFAULT
settings.mediaPlaybackRequiresUserGesture = true
mathio commented
What page or URL do you open in the webview?
argaasasta commented
@mathio this Page https://form.typeform.com/to/kyXhYMb6
It is open correctly on the Chrome browser but on Webview it stop after the loading screen, just a blank white screen
mathio commented
Is it a blank screen or can you see the loading animation (as in your screenshot)?
argaasasta commented
@mathio yes i can see the loading animation, but after that, it will blank white
argaasasta commented
@mathio it works on WebView Accompanist https://google.github.io/accompanist/web/. Maybe i will use this.
joycevherck commented
Hi @argaasasta - are you able to provide any dev tools errors? Either console errors or network errors. Thanks
argaasasta commented
@joycevherck sorry, no error that i found on chrome://inspect on my device