Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
wangxusq
Contributor III
Contributor III

Mashup issue

Hi all,

I created a mashup and intergated with the mobile app. Then.my requirement is :when I choose a field value,then will trigger the other

event. Iit's OK on PC and iphone,but it 's not OK in Android system.


In Android system, when I choose a field value, I had to touch someplace where it is not QS object(eg.HTML P TAG), thus it will trigger

the event. I use the codes to Detect Html page  as bellows:

1.jpg

Something wrong or any ider?

Thanks.

5 Replies
m_s
Partner - Creator II
Partner - Creator II

Hello scott,

maybe touch-specific events like "ontouchstart / ontouchend" will work?

Cheers,

Mathias

wangxusq
Contributor III
Contributor III
Author

Thanks for your idea. I have solved it.

rbartley
Specialist II
Specialist II

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.

wangxusq
Contributor III
Contributor III
Author

Use another event:document.addEventListener('touchend',function(e)

rbartley
Specialist II
Specialist II

Thanks Scott.