-
Notifications
You must be signed in to change notification settings - Fork 107
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
CrosswalkAnimatable and Android 7 #159
Comments
Same problem here. @tgensol did you managed to solve it? |
@gustavosysm I changed the XWalkCordovaView.java of the crosswalk plugin for not enabling the CrosswalkAnimatable boolean if it is Android 7.0 or superior.... I did not find something else to do at this time |
This is a major issue, as most apps with crosswalk and CrosswalkAnimatable = true will crash on android 7. |
I've got the same problem. Is there any (good) workaround? I like the plugin and it would be very bad to throw it away after integrating it in my application... |
My workaround was to change de file XWalkCordovaView.java. `boolean prefAnimatable = false;
Then I had to remove and add platform again. |
Same problem here. |
Hi guys, anyone found a solution to this yet? |
Hi there,
It looks like on Android 7.0, if we set as asked :
<preference name="CrosswalkAnimatable" value="true" />
The app crashed and does not want to start.
I tried to remove it from my config.xml and add it, and always my app works without it, and not with it.
Regards
The text was updated successfully, but these errors were encountered: