I am building an android app with ionic 1, which is ran only on my own devices.
For old android versions (<5) i need the crosswalk plugin for performance reasons. Otherwise my app is unusable.
However, as crosswalk is depreciated for newer versions of android, that have a good native browser built in, I would like not to use crosswalk on devices with those newer android versions.
Is there a way to implement this in ionic's config.xml or by any other means ?