Did anybody experience the problem where modal windows aren't modal on
mobile devices?
In other words you can click on buttons covered by the modal mask.
(Mostly it requires two or three clicks)
https://issues.apache.org/jira/browse/FLEX-28934
I tried to add modify the PopUpManagerImpl by adding more mouse event
(MOUSE_UP, MOUSE_DOWN, CLICK, DOUBLE_CLICK) and touch event listeners
(TOUCH_TAB, TOUCH_BEGIN) to it, to stop immediate event propagation and
prevent default. The event listeners get called but components behind
the modal mask can still be clicked.
Does anybody know a workaround?
Thanks in advance
Alexander