Forum Discussion
MargaretHiatt
3 years agoCommunity Member
Variable is not set when edit box loses focus on iPads & Android tablets
Hi All,
I am having problems with a variable not getting set on iPads and Android tablets when the learner changes focus. This doesn't appear to be an issue on PCs or Macs.
Before the learner ca...
SandeepGadam
3 years agoCommunity Member
Hello Margaret, Hope you're doing well!!
Would you be willing to share your project file here with that particular slide that you're facing issue with so that either me/someone can take a look and assist you with it?
Additionally, since it's text entry field, have you tried using "JS loose focus" method? If not just give it a try and follow these steps:
Add a new Execute JavaScript to the existing Submit button
Place the following code "document.activeElement.blur();" within the JS console
Move the trigger to the top so that this new triggers fires up first upon clicking on the Submit button.
Let me know if that helps.