Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic / Crosswalk / Appbuilder problem #3

Open
freddiescott opened this issue Jul 14, 2016 · 2 comments
Open

Ionic / Crosswalk / Appbuilder problem #3

freddiescott opened this issue Jul 14, 2016 · 2 comments

Comments

@freddiescott
Copy link

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:

[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:

<ion-list show-reorder="true" can-swipe="false" show-delete="true">

                    ...

                    <ion-item class="item item-toggle">
                        Kennisgewings
                        <label class="toggle">
                            <input type="checkbox" ng-model="pushSettings.Enabled" ng-change="updatePushRegistration(pushSettings.Enabled)">
                            <div class="track">
                                <div class="handle"></div>
                            </div>
                        </label>
                    </ion-item>

                    ...

                </ion-list>
@EddyVerbruggen
Copy link

Hi,

Googling shows a lot of similar issues.

I can't reproduce this issue, so if you're up for a bit of Java hacking you can try the suggestions on SO.

Does an older version of Crosswalk work bte?

@AdamRoweSys
Copy link

The code in the SO answer didn't help solve my issue. Has anyone else found another solution to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants