wanghongenpin / network_proxy_flutter

Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems
Apache License 2.0
5.65k stars 451 forks source link

[iOS]画中画崩溃 #247

Open OCer opened 4 days ago

OCer commented 4 days ago

描述错误(Describe the bug) 在iOS 12上,点击画中画必定崩溃,在iOS 17上是可以使用的 To Reproduce 重现行为的步骤: 在iOS 12系统上点击画中画按钮

wanghongenpin commented 4 days ago

我记得API好像得13以上

OCer commented 4 days ago

画中画在iOS9就有了 但是只能iPad使用 在iPhone里需要iOS14 但是代码里没有相应的判断 如果不想判断系统版本和是否是iPad的话 可以使用isPictureInPictureSupported属性去判断