jquery mobile not passing event down correctly

▼魔方 西西 提交于 2019-12-25 00:43:10

问题


I seem to have a weird problem with intelxdk and jquery mobile.

If I select an element, the scrolling works fine. If nothing is selected, then the touch event is registered properly. This is best explained through the attached two images.

How do I get it to focus properly? .focus() doesn't work.

Please see the attached to pictures for clarity.

Here the scrolling doesn't work.

Here the scrolling works.

It's almost as if the event is not propogated down all the way.

Edit As requested by Tasos, here's the first picture with the relevant div's expanded.

来源:https://stackoverflow.com/questions/23046704/jquery-mobile-not-passing-event-down-correctly

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