Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activator breaks Opera Coast's scroll-to-top #171

Open
Christoph142 opened this issue Apr 30, 2014 · 3 comments
Open

Activator breaks Opera Coast's scroll-to-top #171

Christoph142 opened this issue Apr 30, 2014 · 3 comments

Comments

@Christoph142
Copy link

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
Copy link
Author

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

@rpetrich
Copy link
Owner

rpetrich commented May 6, 2014

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.

@Christoph142
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants