crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.33k stars 652 forks source link

App crashing on android when entering text in input textfield #4028

Open firatagdas opened 6 years ago

firatagdas commented 6 years ago

This issue still alive: https://crosswalk-project.org/jira/browse/XWALK-7443

We have encounter this problem on our many Android devices. Funny thing is, when we add "spellcheck=false" attribute to input, crash stopped.

Environment: Android 7.0, Samsung Galasy S6 Build: 23.53.589.4 armv7

andreescocard commented 6 years ago

Same error here, but adding spellcheck=false to input crash persists. Environment: Android 7.1.2, Moto Maxx XT1225 This issue too: https://crosswalk-project.org/jira/browse/XWALK-7518?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel

andreescocard commented 6 years ago

I installed Lite version and got this problem, so i install full version and the problem is gone (with spellcheck). Hope it helps someone.

dgoenka commented 5 years ago

@andreescocard what do you mean by the "full" version, I have been getting by aar from https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/23.53.589.4/ , is there another location or custom build I can use?