Cordova app on kitkat

I am writing a cordova application that works fine on Android. Yesterday I will format my phone with kitkat. When I try to run the application on kitkat, everything was wrong. Css did not work (large fonts), the application was very slow and did not listen to touch events.

From the adb monitor, I see several messages:

"chromium INFO: async_pixel_transfer_manager_android.cc [56] Asynchronous pixel transfer is not supported"

"gralloc_overlay Self-distribution gralloc overlay" "SelfBrailleClient failed to bind to the service"

I tried to create a lot of Android APIs (14, 17, 19) but nothing. Only with API 14 css was good, but still the application was very slow and did not listen to events.

My code is just js and html5. Why is everything going wrong? I see that web browsing is now chrome. Does Chrome want something specific?

+4
source share

Source: https://habr.com/ru/post/1536114/


All Articles