Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 4.4 KitKat chromium Error: Not implemented virtual void android_webview::AwAutofillManagerDelegate::UpdateAutofillPopupDataListValues

My Android App is developed using Sencha Touch 2.3 Phone-gap 2.6. The app works fine on previous versions of Android. But on Android 4.4 (KitKat), I get the following error:

11-19 10:33:27.305: E/chromium(1203): [ERROR:aw_autofill_manager_delegate.cc(144)] Not implemented reached in virtual void android_webview::AwAutofillManagerDelegate::UpdateAutofillPopupDataListValues(const std::vector<std::basic_string<short unsigned int, base::string16_char_traits> >&, const std::vector<std::basic_string<short unsigned int, base::string16_char_traits> >&)

This error occurs whenever I type into a searchfiled on one of the senchatouch views. I didn't get this error on any android versions prior to 4.4(Kit-Kat)

How can i fix this error? Any help is appreciated.

like image 381
rpblogs Avatar asked Nov 20 '13 05:11

rpblogs


2 Answers

I don't think it's related to sencha, but rather to phonegap because I'm getting the same error on Android 4.4 and I 'm not using sencha. I'm using phonegap version 3.2 though.

like image 196
biberli Avatar answered Oct 19 '22 11:10

biberli


I am experiencing the same issue in an app I work on that doesn't use Sencha or PhoneGap. We are using a plain-old WebView inside an Activity that presents the user with an OAuth2 login window and I am getting the same error.

[ERROR:aw_autofill_manager_delegate.cc(144)] Not implemented reached in virtual void android_webview::AwAutofillManagerDelegate::UpdateAutofillPopupDataListValues(const std::vector >&, const std::vector >&)

like image 2
Blake Barrett Avatar answered Oct 19 '22 12:10

Blake Barrett