You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.
When clicking a button in the app that opens the in-app browser (e.g. a button executing $ionicFacebookAuth.login();) the following error is shown in the Android Studio console:
10-31 16:56:28.762 10855-10855/com.ionicframework.myapp333313 E/chromium: [ERROR:xwalk_autofill_client.cc(121)] Not implemented reached in virtual void xwalk::XWalkAutofillClient::OnFirstUserGestureObserved()
The device I can see the issue on is running Android 6.0.1. An older device running Android 4.2.2 works as expected.
The text was updated successfully, but these errors were encountered:
Also posted in Ionic issues as I'm not entirely sure where the issue lies.
I've created an Ionic project with the following plugins installed:
When clicking a button in the app that opens the in-app browser (e.g. a button executing
$ionicFacebookAuth.login();
) the following error is shown in the Android Studio console:10-31 16:56:28.762 10855-10855/com.ionicframework.myapp333313 E/chromium: [ERROR:xwalk_autofill_client.cc(121)] Not implemented reached in virtual void xwalk::XWalkAutofillClient::OnFirstUserGestureObserved()
The device I can see the issue on is running Android 6.0.1. An older device running Android 4.2.2 works as expected.
The text was updated successfully, but these errors were encountered: