Hi,
How do i turn autocorrect, autocapitalize and autocomplete off on a ipad.
The following code worked in the previous release (1) but does not work any more.
$$(“find_object”).attachEvent(“onAfterRender”, function(){
$$(“find_object”).getInput(“find_object”).setAttribute(‘autocorrect’,‘off’);
$$(“find_object”).getInput(“find_object”).setAttribute(‘autocapitalize’,‘off’);
$$(“find_object”).getInput(“find_object”).setAttribute(‘autocomplete’,‘off’);
});
I have my development website at:
bbqweer.eu/checklist/test.html
Regards,
William