Hello,
I am developing app on ionic and I am very happy with ionic,
one major issue I felt on ionic by developing an app for android,
ionic gives styles for dropdown here http://ionicframework.com/docs/v1/components/#select
After applying this code, dropdown looks beautiful in the browser, but when I run the app on android, android overrides its own style and it looks dirty .
Looks like this in android:
So, here i want to display actual styles provided by ionic in given link.
Thank You.