We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
this Transform interaction is not correct on mobile devices. Tested.
Relevant error link: zeppelin/ember-click-outside#25
When the style.cursor value is changed in Transform.js, the wrapper content is flashed
I think the solution is something like this: example code
if (! 'ontouchstart' in window){ ... element.style.cursor = c }
The text was updated successfully, but these errors were encountered:
[UPD] Flashing on mobile #1077
1b8aa37
Fixed in the last commit
Sorry, something went wrong.
[UPD] set cursor to prevent flash on mobile #1077
62fb70b
No branches or pull requests
Hello,
this Transform interaction is not correct on mobile devices.
Tested.
Relevant error link:
zeppelin/ember-click-outside#25
When the style.cursor value is changed in Transform.js, the wrapper content is flashed
I think the solution is something like this:
example code
if (! 'ontouchstart' in window){
...
element.style.cursor = c
}
The text was updated successfully, but these errors were encountered: