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

fix(ios): optimize click event #14154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(ios): optimize click event #14154

wants to merge 1 commit into from

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Dec 13, 2024

fixes #14051

const win = Ti.UI.createWindow();
win.addEventListener("click", function(e) {
	console.log("click")
})


win.open();

This was my initial idea to improve the click event.

Currently it only uses "click" and "dblclick" but if you continue to click it won't fire click events. More info in the issue #14051

@m1ga m1ga requested a review from hansemannn December 13, 2024 10:24
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

Successfully merging this pull request may close these issues.

iOS: can click speed be improved?
1 participant