[ad_1]
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!
