I'm actually trying to develop a simple application using Apache Cordova, Ionic and polymer paper elements.
Actually, the app works great on device with version > 4.3 (excluding Jelly Bean so) I'm now looking for something that allows me to use this app with version > 2.2 (Froyo)
I have read the crosswalk documentation, but it seems that it allows only to use on version > 4.0 and it's not what I'm looking for.
So : how can I make my Cordova / Polymer / Ionic application working on Android > 2.2 (permitting me to use every Cordova briges) ?
Thanks for advance