I am posting a username and password to a webpage and as a response im getting html code for an error that basically says that i need javascript to run the page. Is there a way to get an android app to run javascript?
2
-
1You can make the webview support javascript. Use webview.getSettings().setJavascriptEnabled(true);berserk– berserk2014-06-16 05:44:49 +00:00Commented Jun 16, 2014 at 5:44
-
1stackoverflow.com/questions/8374016/… n stackoverflow.com/questions/7042710/…Shailendra Madda– Shailendra Madda2014-06-16 05:48:18 +00:00Commented Jun 16, 2014 at 5:48
Add a comment
|