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?
Asked
Active
Viewed 1,562 times
2
-
1You can make the webview support javascript. Use webview.getSettings().setJavascriptEnabled(true); – berserk Jun 16 '14 at 05:44
-
1http://stackoverflow.com/questions/8374016/how-to-execute-javascript-on-android n http://stackoverflow.com/questions/7042710/android-is-there-a-way-to-execute-javascript-from-my-app – Shailendra Madda Jun 16 '14 at 05:48
1 Answers
0
i have never tried to do an android apliction but yes you can create one with html css and javascript, i recomend you to see this video from a chanel that i think is real good

Bernardo
- 53
- 1
- 10
-
if u want to add javascript to a app that u have already created i dont know how to help, sry – Bernardo Aug 08 '18 at 10:11