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()
I'm using Ionic Cloud 0.14.0 but appears to affect 0.12.0 too.
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.
This may be a Crosswalk issue rather than Ionic Cloud itself but affects Ionic.
I've created a 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()
I'm using Ionic Cloud 0.14.0 but appears to affect 0.12.0 too.
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.