twitter - How Can I Disable AutoSuggestions Through Android Manifest File? -


i using twitter login in android app , disable auto-suggestions when user trying type username (during twitter login process).

it easy if created form fields myself since set inputtype attribute no suggestions in xml file.

so, there way achieve result inside androidmanifest.xml file can disable entire activity handling twitter login?

thanks in advance , let me know if have questions!

you can disable auto suggestion of input fields in webview

 webview.getsettings().setsaveformdata(false); 

as discussed here, can not disable auto suggestion of keyboard android code programmatically in webview either update html file or disable keyboard auto suggestions.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -