Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kalendarju app won't load in latest firmware bcoz of serial css transforms

After updated to Firmware 27.33.1.30, the Kalendarju app won't run. I didn't update the app so I know nothing changed with the app.

 

When tapping the app icon it shows the icon for a second then shows the app launcher screen again. I have also tried uninstalling and reinstalling it.

 

Edit:

I ran the debugger process and found flipping the transform CSS from:

rotate(90),translate(50,50)

to

translate(50,50),rotate(90)

allowed the app to work.

 

I noticed that floating point numbers don't work in percentages in CSS anymore? i.e.

#node {x:33.33%}

is now invalid?

Best Answer
0 Votes
0 REPLIES 0