I am using autocomplete jquery-ui plugin on jquery mobile framework. This setup is working great on all mobile devices but the Blackberry platform. The watermark is showing correctly so I know javascript is enabled and working however when a user starts typing it appears that Blackberry is over-riding and showing its own autocomplete/fill text options, when a user selects the jquery plugin is not firing.
On a desktop browser I can paste text and it works fine. It appears to be related to Blackberry mobile devices only.
Ideas on how to disable through code Blackberry autofill functionality?
thx