Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

ios的popup bug #606

Open
dengjieyou opened this issue Jul 8, 2019 · 1 comment
Open

ios的popup bug #606

dengjieyou opened this issue Jul 8, 2019 · 1 comment

Comments

@dengjieyou
Copy link

<div id="operationMenu" class="weui-popup__container popup-bottom">
	<div class="weui-popup__overlay"></div>
	<div class="weui-popup__modal">
        xxxxx
	</div>
</div>

ios(12版本)中,在popup弹出后 点击遮罩不会关闭popup ,同时在遮罩上移动会导致底层body的页面跟着移动.

安卓中没发现这个问题,点击遮罩会关闭,在遮罩上移动不会影响到底层页面的移动

@logoove
Copy link

logoove commented Jul 26, 2019

只需要在遮罩上加一个 cursor: pointer;即可 这是iosbug

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

No branches or pull requests

2 participants