Android Web View get shrink when keyboard popups
When i am calling the url (http://staging-n开发者_Go百科sw.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?
you can set attribute in manifeast.xml for that .android:softkeyboard="" values according to ur requirements.
精彩评论