I added the following JS to a few questions to force the numpad keyboard to appear on phones for text input:
jQuery("#"+this.questionId+" input[type='text']").attr('type', 'tel');
Then I switched to the Simple Layout in Look and Feel tab. I really like this theme so wanna keep it. However, the questions with JS for numpad now show the full keyboard on phones; the code doesn’t seem to be working anymore.
Any idea what could be the reason here?