I have a customer that wishes to disable AutoComplete for IE on his MC9090 CE device.
I was not able to locate a setting similar to the WM applet on the CE device either. Is this a reg key only setting-- If so, what is it?
Windows CE5 - Disable Input Autocomplete// Expert user has replied.I have a customer that wishes to disable AutoComplete for IE on his MC9090 CE device. I was not able to locate a setting similar to the WM applet on the CE device either. Is this a reg key only setting-- If so, what is it? |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
6 Replies
Thanks George, I'll have my customer test this as I was unable to repro
The webpage is attempting to guess as he types, he has screenshots of this. I have been trying to reproduce / get steps from him to reproduce but given the below I now suspect that his app may be creating the autocomplete list through ajax on his website.
http://msdn.microsoft.com/en-us/library/aa452009.aspx
Desktop Internet Explorer functionalities that are not supported in IE for Windows CE
The following list shows desktop Internet Explorer functionalities that are not supported in IE for Windows CE.
..
Intelliform features such as autocomplete and save password
Unless we changed this for our build of IE, I don't think theres anything else I can do for him.
Looks like I jumped the gun on that one...
From the same page:
IESAMPLE also implements the AutoComplete functionality that completes entries on Web pages by displaying a list of previous matching entries
So how can this be disabled?
IESample in CE5 is based on IE6. IE6 supports this registry key to disable autocomplete. I don't have the means to test whether or not this functionality from Big Windows IE6 made it into CE5 IESample.
[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Explorer\AutoComplete]
AutoSuggest = "No"
Clarification: The customer is getting the auto complete behavior when using a login form for their website.
Can you reproduce this? Do you mean that the username is pre-populated or does it attempt to guess as the username is populated?