I am new to makeroid and Android app development. I want to run a JavaScript snippet after a WebPage loads in the WebViewer.
How can I do that?
I tried to do it using an extension called WebView Tools. But this extension is NOT compatible with Makeroid and doesn’t work at all. Here is a screenshot how I did it:
En…Makeroid’s webviewer can’t using extension. If you want to run js, you can add js in your HTML file.<html>{your HTML}</html><script>{your js}</script>
html file with javascript not working even i upload java files linked to html in asset. It works on other platform like appybuilder and thunkable so there must be some problem with web view please fix it soon sir!
I talked to @pavi2410, he told that work is going on in this regard and this feature will be added in the next build of makeroid if everything goes right.