-
Notifications
You must be signed in to change notification settings - Fork 98
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
Not working on Android Chrome #50
Comments
Hi, Don't know what the issue might be. A remote debugging session will tell us more...(https://developers.google.com/web/tools/chrome-devtools/remote-debugging/) |
Hello @StevenDevooght, We finally had a bit of time to dig into this problem. It appears that As there is no real bug to fix, i guess the only way to make this work would be to code some kind of workaround such as this one ? |
According to this post the beforeinput event can be used. |
Hey @StevenDevooght Just checking this still hasn't been fixed, has it? Certainly not complaining, just curious. |
I solved the problem changing the keypress event by on('input'). This change was not simple, because the preventEventDefault stop to work with input event. So i have to deal with double delimiter input problem...the code can be improved, but it do the job now. The code of the mention.js that i'm using rigth now is that (i also change some event like dismiss dropdown list on scroll event, not a good UX choice in my opinion): `/*global tinymce, module, require, define, global, self */ var shiftUps = { function getDelimiter(e) {
} ;(function (f) { // CommonJS // RequireJS // <script>
} })(function ($) {
});` |
Hello,
The plugin doesn't seem to work on Chrome browser under Android OS. It does work on Chrome under iOS though.
Any thoughts ?
The text was updated successfully, but these errors were encountered: