2

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?

  • 1
    You can make the webview support javascript. Use webview.getSettings().setJavascriptEnabled(true); – berserk Jun 16 '14 at 05:44
  • 1
    http://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 Answers1

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

https://youtu.be/eJa8xie9WZs

Bernardo
  • 53
  • 1
  • 10