Wayaer / fl_pip

flutter picture-in-picture plugin for ios and android
MIT License
25 stars 13 forks source link

iOS如何在App退到后台时自动开始画中画? #5

Open Sunmair opened 12 months ago

Sunmair commented 12 months ago

如题,尝试了iOS在AppLifecycleState.paused是调用enable并不能开启画中画。

Wayaer commented 12 months ago

看下ios的配置,有没有添加, 通过button点击开启,看看能不能开启

Sunmair commented 12 months ago

配置打开了,通过button点击可以开启。现在想app退到后台的时候自动开启,在AppLifecycleState.paused调用开启并不能实现。

Wayaer commented 11 months ago

目前android可以后台自动启用,ios卡住目前没找到好的办法,可能是因为切换后台后 flutter引擎直接被严格限制运行了。

wengxianxun commented 7 months ago

目前android可以后台自动启用,ios卡住目前没找到好的办法,可能是因为切换后台后 flutter引擎直接被严格限制运行了。

有没去flutter官方反馈这个问题?