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:
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
Post a Comment