0

I designed the android UI using HTML.Now I want to call web service in that html page. I tried a code for calling webservice using javascript in html. But it didn't work for me. I think it is because of the browser used in android emulator.

Please give me code to call webservice using HTML.

Thanx......

Fabrício Matté
  • 69,329
  • 26
  • 129
  • 166
kavita
  • 1

1 Answers1

0

Similar question found here

Android Calling JavaScript functions in WebView

you need to call java method, and inside java method you can call webservice.

Community
  • 1
  • 1
Yasitha Waduge
  • 13,180
  • 5
  • 35
  • 42