Typeform/embed

How to open Typeform on Webview Android

argaasasta opened this issue · 7 comments

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

But when i open the webview on Android, it stop on loading
image

What page or URL do you open in the webview?

@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

Is it a blank screen or can you see the loading animation (as in your screenshot)?

@mathio yes i can see the loading animation, but after that, it will blank white

@mathio it works on WebView Accompanist https://google.github.io/accompanist/web/. Maybe i will use this.

Hi @argaasasta - are you able to provide any dev tools errors? Either console errors or network errors. Thanks

@joycevherck sorry, no error that i found on chrome://inspect on my device