Project Description:
we have an application which is designed specifically for high resolution android tablets, 10 inchs. The application runs fine on smaller resolution tablets but with scrolls. The CSS written for the application is hard coded in PX(pixels) rather than percentages. we need the application to be resolution agnostic and as well platform agnostic (should run on iOS) without any change in look and feel. we tried converting the pixels into percentages but that distorted the look and feel of the application.