How to disable IOS/Android app install banner on mobile browser?

How do I disable the app installation and app client usage for my nextcloud on my domain?

sudo -u www-data php occ app:disable firstrunwizard

or what do you mean?

You can comment out these meta-tags that trigger these banners:

(you can put your own clients there via theming https://docs.nextcloud.com/server/13/developer_manual/core/theming.html)

1 Like