Android-SmartWebView
Android-SmartWebView copied to clipboard
JavaScript not running on Smartwebview
on the home page of my url I have run a small javascript to check the no.s of digit enter in the username. This is working on chrome, internet explorer.
But after putting the url in the smartwebview the script is not working.
I also enable the ASWP_JSCRIPT to true
is there any log?
I have the same problem :(
I solve it! MainActivity.java -> line 430 - > paste webSettings.setJavaScriptEnabled(ASWP_JSCRIPT); instead of if (!ASWP_OFFLINE) { webSettings.setJavaScriptEnabled(ASWP_JSCRIPT); }