Hello all - I’m writing an iMessage extension which uses MSMessageLiveLayout to create an interactive message view. It’s all working nicely except for one issue. If the user:
- Long presses the message, triggering the Tapback (love/like/etc) reaction menu
- Taps off that menu to cancel Tapback
- The message’s live layout no longer receives touch events
- Touch interaction is only restored when the user reopens Tapback and chooses a reaction
I’ve been able to recreate the issue with a stripped down test version of the app as well - in simulator & on device.
Anyone else experience this issue or know of a workaround?