mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
fix(ios): add UIApplicationSupportsIndirectInputEvents for mouse/trackpad support
This commit is contained in:
parent
70d3eee9d2
commit
5d4d8ed50a
1 changed files with 2 additions and 0 deletions
|
|
@ -31,5 +31,7 @@
|
||||||
</array>
|
</array>
|
||||||
<key>NSSupportsLiveActivities</key>
|
<key>NSSupportsLiveActivities</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue