javascript - is it possible to run a simple html that calls a js file on android? -


i created simple local page has square in , calls javascript file has functions animate square. works fine on computer's web browser, on android browser square static , javascript file not loaded. how can make animation work on android?

my html:

enter image description here

using web view can load html file, , referenced javascript run.

checkout developer docs on webview! totally rocks!

https://developer.android.com/reference/android/webkit/webview.html


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -