Sachin Deorah
Sachin Deorah

Reputation: 9

Android Web View get shrink when keyboard popups

When i am calling the url (http://staging-nsw.tatainteractive.com/Admin/FlashCards/FlashCard_Android.html) in my Android app webview.

Whenever i tap on textbox the layout get shrink while it didn't shrink on default browser. and keyboard popup on top of browser.

How can i message to keyboard to popup on top of browser or browser should not shrink itself?

Upvotes: 0

Views: 1005

Answers (1)

chikka.anddev
chikka.anddev

Reputation: 9629

you can set attribute in manifeast.xml for that .android:softkeyboard="" values according to ur requirements.

Upvotes: 1

Related Questions