If I specify a size for the GUI object, it will reflect that in the resolution, meaning the larger the resolution - the smaller the object. This is fine when it comes to Desktop Operating Systems, but not for touchscreens, where our thumb size is independent of screen specs.
How do I even go about it? Check the resolution of the display and then calculate the ratio of the object? What’s the most preferred solution to this design?