Marco H.
Marco H.
This is less of a bug report and more of a feature request. To my limited knowledge, it is actually possible to make a PWA integrate with native share dialogs...
Implementation of two new functions `Floating.toggleAutoPip` and `Floating.isAutoPipAvailable`, the first of which explicitly calls `setAutoEnterEnabled` on the Android side. This way, the user can toggle automatic PiP mode on with...
I am running Flutter version 3.7.11 and the newest version of the floating package. Moreover, I use the following code to enter Pip Mode: ``` @override void didChangeAppLifecycleState(AppLifecycleState lifecycleState) {...