libactivator
libactivator copied to clipboard
Activator breaks Opera Coast's scroll-to-top
Installing Activator renders Opera Coast's scroll-to-top by tapping the status bar unusable. It doesn't react anymore. Even blacklisting the application doesn't fix it.
According to Opera's devs who investigated this issue: "Activator is blocking or hijacking some touch-related calls normally sent by iOS to apps (touchesBegan/touchesEnded)"
Activator delays the touch related calls on the statusbar. This means that when Opera receives the touch events in their touchesBegan:withEvent:
method, they will be in the UITouchPhaseEnded
phase instead of UITouchPhaseBegan
. The next release will adjust the touch delay dispatching such that the touches will be in the proper phase.
Thanks for the explanation. Very appreciated. And thanks for fixing this. Looking forward to it. Is it going to make it into 1.8.4 beta 12?