feat: add fullscreen & Picture in Picture API (#7)

This commit is contained in:
Krzysztof Moch
2025-04-30 15:20:39 +02:00
committed by GitHub
parent 76a60b853a
commit c165dfb3b0
38 changed files with 1933 additions and 224 deletions
+4 -1
View File
@@ -26,7 +26,6 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
@@ -34,6 +33,10 @@
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>