gstory0404 / flutter_unionad

字节跳动 穿山甲广告SDK Bytedance-UnionAD flutter版本插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios信息流会穿透弹窗触发

yingmiaohuangg opened this issue · comments

我使用modal_bottom_sheet弹窗,操作弹窗内容会触发弹窗后面的信息流,有什么方式能解决吗?

@yingmiaohuangg 提供了isUserInteractionEnabled参数来控制是否触发点击事件,当上层有弹窗等时改为false来屏蔽穿透问题

//是否启用点击 仅ios生效 默认启用
isUserInteractionEnabled: true,