libactivator icon indicating copy to clipboard operation
libactivator copied to clipboard

Activator breaks Opera Coast's scroll-to-top

Open Christoph142 opened this issue 10 years ago • 3 comments

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.

Christoph142 avatar Apr 30 '14 15:04 Christoph142

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)"

Christoph142 avatar May 02 '14 12:05 Christoph142

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.

rpetrich avatar May 06 '14 22:05 rpetrich

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?

Christoph142 avatar May 08 '14 08:05 Christoph142