App availability in macOs App Store

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 :slight_smile:

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.

  1. Scroll does not work with wheel. I can only use my mouse to pull page up and down while holding mouse key
  2. How is this handled by Capacitor.getPlatform()

Any idea on how to fix the scroll thing? Are there articles about this topic?

Thank you!

By default iPad apps can be used in Apple silicon computers

If you don’t want it to be available you can remove Mac (Designed for iPad) from supported destinations, and probably Apple Vision too.

@julio-ionic Thank you for this infos!

Does somebody have an idea, why scrolling with the mousewheel does not work on iPad version on macOs in Ionic? It´s a showstopper. App is not usable on MacOs like this.