Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jingle是不是不能搭载太多section的子级页面? #32

Open
michaelouyang777 opened this issue Aug 3, 2016 · 6 comments
Open

Comments

@michaelouyang777
Copy link

假设项目是一个首页,首页可以进入下一页是一个列表,列表可以进入下一页是该项内容的明细页。
现在,当我在首页打开过一个列表页(section页面),再从列表页(section页面)打开明细页(section页面),第一次这个操作是没有问题的。
但是,当我在上面这个操作进行返回到上两页,再从首页进入其他列表页(section页面),再从列表页(section页面)打开明细页(section页面)时;就会出现之前显示过的列表页(section)或者明细页(section页面)。
不知道是什么原因所导致,请问是不是不能搭载太多section的子级页面?

@c1xf
Copy link

c1xf commented Aug 3, 2016

应该不是太多section的问题吧,7、8个页面,没碰到这种问题。

@c1xf
Copy link

c1xf commented Aug 3, 2016

我的页面结构也和你的一样。是不是tap事件点透导致的?

@michaelouyang777
Copy link
Author

@chendye
貌似又好像是点透问题
据闻是zepto的tap事件处理得不好,原因是zepto的代码里面有个settimeout
而jingle.debug.js中的跳转页面又是使用了tap事件:
$(document).on('tap','a[data-target]',_targetHandler);
这里我该怎么修改呢???

@michaelouyang777
Copy link
Author

@chendye
这个并非点透导致的

@c1xf
Copy link

c1xf commented Aug 30, 2016

@michaelouyang777
那是?

@zhuyisheng2016
Copy link

那这个是什么原因 呢? 最近也是遇到这个问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants