Hybrid Application Developer Question:
Download Questions PDF

As you know performance of Ionic application is bad on older Android devices. Why is this, and what can be done to improve it?

Hybrid Application Developer Interview Question
Hybrid Application Developer Interview Question

Answer:

Ionic framework uses the default web browser available for the device to run its hybrid application. Older versions of Android devices (4.0-4.3) use Android’s default browser, which has significantly less performance and standards compliance than the modern Chrome browser.

One way to resolve this issue is to use crosswalk along with Ionic framework. Crosswalk allows you to package a modern Chrome webview along with Ionic application, so an application does not have to rely on native Android browser. The end results are much better performances and modern web API across all Android versions.

Download Hybrid Application Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How to access mobile phone native functionality in Ionic applications, for example the camera?Explain me how do you pass data from one view to another in Ionic applications?