I would like to create an android application which views an existing web URL, However, i would also like the button controls on the android app to be able to run custom javascript code on the website’s context.
Any ideas on how to make this happen? Perhaps extend or create a custon WebView?? Any Ideas?
Thanks
In browsers in general you can execute arbitrary javascript via url bar injection (also called bookmarklet if saved in bookmarks).
You can test all this by pasting this in your desktop browser url bar
window.alert("hello").