This content has been marked as final.
Show 5 replies
-
Re: Mashup issue
Mathias Schindler Apr 11, 2018 9:42 AM (in response to scott wang)Hello scott,
maybe touch-specific events like "ontouchstart / ontouchend" will work?
Cheers,
Mathias
-
Re: Mashup issue
scott wang Apr 12, 2018 12:04 AM (in response to Mathias Schindler )Thanks for your idea. I have solved it.
-
Re: Mashup issue
Richard Bartley Apr 12, 2018 6:22 AM (in response to scott wang)Hi Scott,
Was Mathias's solution correct? If so, please mark it as correct so that everyone will know, otherwise please post your solution.
Thanks.
-
-
-
Re: Mashup issue
scott wang Apr 13, 2018 7:58 PM (in response to scott wang)Use another event:document.addEventListener('touchend',function(e)
-