I am working on the android app using ionic framework where as the application is working fine on Samsung galaxy s duos device.But same application has css issues like font is not applying , stretch footer images etc on Micromax Canvas A111.
This css is working fine on firefox and chrome browser.
I am not able to find out solution for such issue.
Please help me.
Try to search which css properties can be used on old android devices in this website: http://caniuse.com/ and if some fancy css attribute (like for example: box shadow http://caniuse.com/#search=box-shadow) try to get the desired approach using other rules, modifying the DOM or simply removing that feature.
I am not using any fancy css attributes in my css.But it is not working for basic css attributes like font-family. And it is not available on link u provided http://caniuse.com/#search=font-family
Wierd, try to use !important on your css rules because maybe your css is being overwritten by some other rule due to a missinterpretation of the mobile browser on that device.