Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-72461

Allow developer to completely disable touch events for Apple tvOS

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.12.0
    • QPA
    • None
    • Apple tvOS 12.1

      Qt 5.12

    • iOS/tvOS/watchOS

      We are trying to port some apps to Apple tvOS, the process went well except event processing.

      It appears any tap on the touch area of the remote control would translate into key event (up/down/left/right) and touch events.

      The touch events causes more trouble than it worth, ListView / Popup no long work properly with the translated Touch/Mouse event, because the first tap is always on center on screen, and it may hit any UI item in that way.

      Our app is already working good on keys, it works great on Android with remote control, thus it would be great to completely disable the touch events on tvOS (an environment variable would be fine).

      Any apps want to receive touch events should be able to use Input Handler (I think it is using other event dispatcher, no?)

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            steve.k.chiu Steve K. Chiu
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes