0

I am new to Android development. Using android, I am trying to go to a certain website which is not under my control(developed by someone else and I can't change), fill the data in form fields.

Using WebView control, i am able to load the given URL. But i am stuck with sending/filling data to form fields.

How do i proceed with that?

Dhanapal
  • 49
  • 2
  • 10

1 Answers1

0

You probobly need to do somthing like in this question.

You should realy check with the person responsible for the website. If you can get a bit of co-operation then they are less likely to change the form on you and break your code. I have a similar senario and the other party is very happy and will at least inform me before any major changes occure.

Community
  • 1
  • 1
Ifor
  • 2,825
  • 1
  • 22
  • 25