I'm facing an issue with rendering the UI on different types of screens (Screens with different resolutions / different pixel density).
for example an IButton with a height of 5opx will be rendered nicely on a mac book pro (high resolution, high pixel density) and the same button will be renderd differently (bigger and bloated) on a windows screen with a lower pixel density.
what is the solution for this ? kindly advice.
for example an IButton with a height of 5opx will be rendered nicely on a mac book pro (high resolution, high pixel density) and the same button will be renderd differently (bigger and bloated) on a windows screen with a lower pixel density.
what is the solution for this ? kindly advice.
Comment