Can you specify panel_iframe to not show in iOS Moble app

hey all,
using the “panel_iframe” which is really handy when looking at my UI on the main PC.
however, its not so great on the mobile app (when i wouldnt need the things i have there)

is it possible to somehow restrist what is shown on the desktop vs mobile app somehow?

panel_iframe:
  ide:
    title: IDE
    icon: mdi:code-braces
    url: http://hassio.local:8321/ide.html
  router:
    title: Router
    icon: mdi:router-wireless-settings
    url: http://192.168.0.1/
  mdi:
    title: Icons
    icon: mdi:vector-square
    url: https://materialdesignicons.com/

You can limit what is shown via the config var “require_admin” in panel_iframe. Perhaps a solution might be to use admin login on the PC and have another account that the iOS app uses.
Good luck! :slight_smile: