I'm planning to use Sencha Touch 2.x for my websites mobile (Light weight) view.
I am new to Sencha development. I know HTML 5 very well. Couple of things I would like to know before I would proceed with the development.
How Sencha manages the images. As I am planning to work with different resolution touch devices (i.e. iphone4s, iphone 5, iPad, Android and Blackberry 10). I know media query that used in HTML 5. Do we need to pass different images for each resolution or sencha will compare image for each resolution. (FYI... I also come across also How to add images for different screen resolutions in sencha touch? suggest the HTML5 media query. Is it the only way? and also refer Creating a splash screen in Sencha Touch for different mobile devices resolutions which is for splash screen)
Is it support Retina Display? (i.e. @2x in iOS). if not than how we can manage the retina display images.
Thanks in advance for any valuable suggestion.