jQuery Mobile点击/点击跨页面

时间:2022-11-29 10:55:32

I experienced a problem with jQuery Mobile's click event.

我遇到了jQuery Mobile点击事件的问题。

When I clicked on a list item on my list view to transit from the first page to the second page, I noticed that the form element on the second page was selected.

当我单击列表视图上的列表项以从第一页转到第二页时,我注意到第二页上的表单元素已被选中。

After repeated tries, I concluded that the form element (dropdown list) was "focused" because it was "clicked" on.

经过反复尝试,我得出结论,表单元素(下拉列表)是“聚焦”的,因为它被“点击”了。

Simply put, the region which I clicked on the first page "took effect" on the form element on the second page.

简单地说,我点击第一页的区域在第二页的表单元素上“生效”。

I have tried to do a search on the internet, it seems that no one is experiencing what I'm encountering.

我试图在互联网上搜索,似乎没有人遇到我遇到的情况。

I appreciate any advice given.

我感谢任何建议。

[Update] I am developing for iPhone with iOS 5.0 using jQuery Mobile 1.0.1

[更新]我正在使用jQuery Mobile 1.0.1为iOS 5.0开发iPhone

1 个解决方案

#1


1  

There's at least one open issue on jQuery Mobile's GitHub page that matches your description so it might just be a bug in jQuery Mobile. You could comment there (and here too) what jQuery Mobile version and what device you are using.

jQuery Mobile的GitHub页面上至少有一个与您的描述相匹配的未解决的问题,因此它可能只是jQuery Mobile中的一个错误。您可以在那里(以及此处)评论jQuery Mobile版本以及您正在使用的设备。

#1


1  

There's at least one open issue on jQuery Mobile's GitHub page that matches your description so it might just be a bug in jQuery Mobile. You could comment there (and here too) what jQuery Mobile version and what device you are using.

jQuery Mobile的GitHub页面上至少有一个与您的描述相匹配的未解决的问题,因此它可能只是jQuery Mobile中的一个错误。您可以在那里(以及此处)评论jQuery Mobile版本以及您正在使用的设备。