Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi,
I'm having the same issue, but on IPhone using chrome.
I'm having this issue not on the button widget but on the navigation widget. I don't know a quick workaround for this problem. Is there a solution?
Jasper
Solved! Go to Solution.
Hello,
I was not able to jump to the link in your comment. It seems like linking to this same thread.
>>the same issue
What is the issue?
Thanks,
Bmehringer,
Thanks for the followup.
To the other people with questions about this, if the solution given by Bmehringer also works for you, please mark this as solution found.
Thanks again,
-- Craig A.
hi bmehringer,
I implemented your solution with button and works properly.
How can I do with textbox input widget??? If I using IOS devices I must to tap twice to fill the tex box.
Thank you
for iOS devices double tap is the way it behaves. its known issue. we can change the scripts to make that working.
for few widgets that has been fixed like in listwidget we have one property as "SingleClickSelectOnTablets" - similar sort of things are in place for button & navigation widgets.. though not sure for textbox
Hi rosharma, for the text input I resolved it through the use of jQuery and the Expression widget:
it's not so elegant but it works:
$($("input")[0]).mouseover(function(){$($("input")[0]).focus()});
You have to put an espression for every text input and icrease the number [0] , [1] , [2] .. etc and evaluate at mashup loading.
Bye
Hi @jasperlg.
If one of the provided responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon