Merge pull request #1077 from VenusIsJaded/fix/ios-indirect-input-events

fix: iOS mouse scrolling when AssistiveTouch and Perform Touch Gestures is on
This commit is contained in:
Nayif 2026-05-26 12:45:04 +05:30 committed by GitHub
commit e2e26c99f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,5 +31,7 @@
</array>
<key>NSSupportsLiveActivities</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>