Guys i have a WebView in my Screen with some TextFields in it. Whenever i click on a TextField my keyboard is opening along with that my WebView is Zooming automatically.How to resolve it.Any Suggestions
Thanks&Regards,
Venkat.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try overriding the standard behaviour of your webview by using a WebViewClient.
More info on those can be found here. Numerous examples of the implementation of the WebViewClient can be found by simply googling it.