Atinder1989
Results
2
comments of
Atinder1989
@virakri : can you explain how to calculate heightCompensation(312) and phoneScreenSize -( width: 0.0623908297, height: 0.135096943231532 ) for differenct iOS Device. I am struggling to calculate values for different iOS...
> You can calculate by the screen resolution and PPI (pixels per inch) > since size include some non-monitor portion > > (screen_width_pixel/ppi)/(screen_heigth_pixel/ppi) = width / height ## phoneScreenSize >...