.Doing a super.requestRectangleOnScreen when i click on inputtext in popup

余生长醉 提交于 2019-12-10 12:17:53

问题


I had created an input for phone in which when a user click on the input-text a popup window will open which has a for in put text to enter like country code,area code , local no and extension if available. Know the issue is when a user click on the input text in the popup window popup window starts moving up and down so when i check the console log it shows some thing like this:

08-20 15:55:50.546: E/webtextview(2500): ....Doing a super.requestRectangleOnScreen....

can any tell whats the reasons for this happens only on the phone its working fine on the emulator.

来源:https://stackoverflow.com/questions/18332971/doing-a-super-requestrectangleonscreen-when-i-click-on-inputtext-in-popup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!