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
I have a very strange/specific issue with my project. I'm using the latest version of this plugin 1.7.2 in project. I have an Ionic Framework based project, running of 1.3.1 of Ionic.
The problem is as follows:
I have an input element in a list on one of my templates. It was originally a 'toggle' type control from ionic, but I have changed it to a button and a normal angular checkbox, with the same results.
The result is that it looks like the event is being cancelled by some sort of error within the Crosswalk library.
The message I receive is as follows:
[chromium] [ERROR:xwalk_autofill_client.cc(116)] Not implemented reached in virtual void xwalk::XWalkAutofillClient::OnFirstUserGestureObserved()
I realize that the error is coming directly from the crosswalk files/library, but I'm trying here with you first to see if it can be resolved.
The layout I'm using is very simple, below is an excerpt from my view:
Hi Eddy,
I have a very strange/specific issue with my project. I'm using the latest version of this plugin 1.7.2 in project. I have an Ionic Framework based project, running of 1.3.1 of Ionic.
The problem is as follows:
I have an input element in a list on one of my templates. It was originally a 'toggle' type control from ionic, but I have changed it to a button and a normal angular checkbox, with the same results.
The result is that it looks like the event is being cancelled by some sort of error within the Crosswalk library.
The message I receive is as follows:
I realize that the error is coming directly from the crosswalk files/library, but I'm trying here with you first to see if it can be resolved.
The layout I'm using is very simple, below is an excerpt from my view:
The text was updated successfully, but these errors were encountered: