-
1. Re: Strobe MediaPlayback supports multiple ppi screen values?
Steve Springett Jul 12, 2013 10:00 PM (in response to Mike_Dobs)Mike,
Did you ever find out the answer to this? I'm developing an Adobe Air mobile application for iOS and Android that uses Strobe Media Playback and I'm able to stretch the player to fit the screen, the problem is the controls. On a computer with 72dpi, the controls are the correct size, but on a tablet with ta greater pixel density (ppi / retina displays), the controls are too small and unusable.
If anyone knows how to solve this, please let me know.
-
2. Re: Strobe MediaPlayback supports multiple ppi screen values?
Mike_Dobs Jul 13, 2013 12:20 AM (in response to Steve Springett)I think that the best solution is to design controls specifically for these screens (larger, with larger hit areas) and use something like media queries to identify the screen resolution. What sums up the problem is that with different ppi values: a pixel is not a pixel (meaning that a pixel in 72ppi is almost half in a 150ppi screen).
I hope it helps.

