Petrus Repo <petrus.r...@appgyver.com> writes:

> Hi!
>
> I'm getting this error after first touch gesture on XWalkView:
>
> E/chromium: [ERROR:xwalk_autofill_client.cc(170)] Not implemented
> reached in virtual void
> xwalk::XWalkAutofillClient::OnFirstUserGestureObserved()
>
> this happens especially with input fields, where it sometimes blocks
> further action.
>
> I can reproduce it in my old proof-of-concept repo (just start it and
> touch around the views):
>
> https://github.com/pre/PoC-XWalkIframeConnectionRefused
>
> I get the error on Crosswalk 14.43.343.17 and 17.46.448.8.
>
> I found this similar looking issue:
> - 
> http://stackoverflow.com/questions/33827199/clicking-any-button-more-than-once-in-crosswalk-browser-does-not-work
> - https://crosswalk-project.org/jira/browse/XWALK-6067

We spoke about this briefly on XWALK-6067, but it looks like it's
unrelated to the problem you're having (the "not implemented" message is
a red herring that we should probably disable in official builds).

In that ticket, you say:

> My issues have been:
> error in Java-side of things --> "Not implemented reached in virtual void "
> error in JavaScript-side of things --> "Not implemented reached in virtual 
> void "

Given that "not implemented" messages on their own are not a problem
(they just indicate that a certain method has an empty implementation),
can you elaborate on what issues you're having?
_______________________________________________
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to