It is possible that there is a conflict with event dispatching on Android, since all pointer events in webviews are handled by CN1 and routed to the webview. I took a quick look at the jquery longpress plugin and it doesn't look like it uses anything special (other than just regular touch start/end events and timers) for detecting a long press, so our event dispatching should work properly. Please file an issue in the issue tracker. If you can provide a smaller, self-contained test case that will help to ensure a faster fix. E.g. Create a simple page that only includes a single button that is set up to detect a longpress event, and make it easy to demonstrate whether the event is received or not.
On Fri, Feb 8, 2019 at 9:57 PM Shai Almog <[email protected]> wrote: > Not sure. Maybe Steve has an idea. > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at > https://groups.google.com/group/codenameone-discussions. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/0a708247-3916-42d1-b52b-5d5f461fee82%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/0a708247-3916-42d1-b52b-5d5f461fee82%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWL%3DRHyWo4Mn-cT183hXK35b9Kwf6qnTm65Q0Ygw7%3DUdw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
