1

I'm new with android but my questions its how I can use with android studio reload one page normal file HTML But in this HTML file I created a function .load from another php page with simple echo somtihng. Its impossible do this?

1 Answers1

0

In webview you can call javascript code from native java code. Refer this for detail.

For a easy way, you can make a js function to do the ajax call when you page loaded. This has nothing to do with android's native code. Just as the plain web applicaiton.

Community
  • 1
  • 1
LF00
  • 24,667
  • 25
  • 136
  • 263