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

Chrome下,窄屏的Navigation呼不出来 #55

Closed
uulee opened this issue May 6, 2015 · 4 comments
Closed

Chrome下,窄屏的Navigation呼不出来 #55

uulee opened this issue May 6, 2015 · 4 comments

Comments

@uulee
Copy link

uulee commented May 6, 2015

反馈一个issue
Chrome下,将视口调整到窄屏显示,点击导航,导航出不来。

@pengrun
Copy link

pengrun commented Jun 18, 2015

我也存在这个问题

@litten
Copy link
Owner

litten commented Jun 18, 2015

作为个浏览你blog的用户,这种非要调小屏幕再看文章的奇怪操作其实很少…
但的确算是个bug,之前的窄屏事件统一绑定是touchend
放后续移动端优化里再统一处理

@BlackHole1
Copy link

已解决,在/ylia/source/js/mobile.js文件的第92行改成

ctn.addEventListener("touchend", function(event){
    show();
    event.preventDefault()
}, false);

@uulee
Copy link
Author

uulee commented Oct 5, 2019

@BlackHole1 Thanks!
Chrome 下已验证。Issue 关闭。

@uulee uulee closed this as completed Oct 5, 2019
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

4 participants