Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to load duo iframe into my Android Webview. The below code is my Android code to set the WebView.
duo.getSettings().setJavaScriptEnabled(true);
duo.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);
duo....