문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top