Hi,
I have an Capacitor 5 / Ionic 5 / Angular app. It is compiled for iOs and available in App Store. I was suprised to see, that it is available in macOS App Store, too
I saw that I have set this in my Info.plist
<key>LSRequiresIPhoneOS</key>
<true/>
So i was even more suprised.
Generally, it`s fine for me. But there are problems in the app.
- Scroll does not work with wheel. I can only use my mouse to pull page up and down while holding mouse key
- How is this handled by Capacitor.getPlatform()
Any idea on how to fix the scroll thing? Are there articles about this topic?
Thank you!