Viewing 1 replies (of 1 total)
  • Thread Starter marcjc

    (@marcjc)

    I fixed my issue… for anyone facing this. The plugin uses javascript. There are two lines of code I needed to enable javascript items for the webview to work correctly:

    mWebview.getSettings().setJavaScriptEnabled(true);
    mWebview.getSettings().setDomStorageEnabled(true);

    All is good now!

Viewing 1 replies (of 1 total)
  • The topic ‘Created android app with webview’ is closed to new replies.