CSS transform, CSS transition, CSS flexbox doesn't work!!!

  • 1
  • Problem
  • Updated 4 years ago
I have tested an application built by phonegap on a lennovo's smart phone with Android version 4.4, the problem is css transform and css transition aren't work anything. I have also tested the same application on another lennovo's smart phone with Android version 4.2.1(earlier version than 4.4), the css transform and css transition are worked properly, however css flexbox isn't work properly. Why does it happen? Is there anyway to solve those problems?
Photo of Chawan Sae-Lau

Chawan Sae-Lau

  • 3 Posts
  • 0 Reply Likes

Posted 4 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Possibly a Chromium problem.
See https://bugs.chromium.org/p/chromium/...
Photo of Martin Buchalik

Martin Buchalik

  • 8 Posts
  • 1 Reply Like
You might want to use Crosswalk. It will replace the default rendering engine.

<plugin name="org.crosswalk.engine" spec="1.3.0" source="pgb" />
Photo of Chawan Sae-Lau

Chawan Sae-Lau

  • 3 Posts
  • 0 Reply Likes
Thankyou so much. The problems has been solved.
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Chawan Sae-Lau
What was the solution to your issue?

Jesse
Photo of Chawan Sae-Lau

Chawan Sae-Lau

  • 3 Posts
  • 0 Reply Likes
I used the plugin name="org.crosswalk.engine"
(Edited)