elgatosf / streamdeck-kit-ipad

Swift library for controlling Stream Deck hardware from an iPadOS application.

Home Page:https://docs.elgato.com/ipad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing multi-app handling

zahnooo opened this issue · comments

Currently, the driver handles all connected apps the same, which means that

  • the app that sends a layout update last wins, and
  • all input events are forwarded to all connected apps.

This is only relevant if several apps with the SDK integrated are visible at the same time, e.g. in Split View or Center Stage mode.

Develop a strategy how to handle this, e.g. "The first connected app takes control".