[codenameone-discussions] Re: long press in Javascript in browser component

2019-02-07 Thread Shai Almog
Hi, how did you add the long press? Did you do that after the onLoad callback? Which Java code did you use? -- 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

[codenameone-discussions] long press in Javascript in browser component

2019-02-07 Thread Ivan
Hi guys, I embedded https://fullcalendar.io/ into my application using cn1 BrowserComponent and I added longpress event handling using https://github.com/vaidik/jquery-longpress (to create task in calendar) Everything worked ok. After longer time I want to create new version of the application