Unusual behavior display while showing pop up screen in jquery mobile

两盒软妹~` 提交于 2019-12-20 05:18:23

问题


I am implementing pop up screen .But when i click a button My pop up is show .But when i click the field which is present on pop up screen .it show keyboad along with my background image .I didn't add any background image on that page .I only add background image on different pages but it is show in that page when i scroll the pop up screen

i don't provide my code because it too large.Can you please idea how it is possible .actualy i check on browser it is working fine problem is android device!


回答1:


This is not a image. Actually jQueryMobile adds a border to the active input field. You can change this via CSS. Please see the link jQuery Mobile border on select text input




回答2:


It is not an image those lines are the lists that are created automatically for some reason you can check there will be some code for it in your code put it on git.



来源:https://stackoverflow.com/questions/17425152/unusual-behavior-display-while-showing-pop-up-screen-in-jquery-mobile

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