Page 1 of 1

target-densitydpi

Posted: Tue Nov 25, 2014 3:19 pm
by Chris Dillow

I am using target-densitydpi=device-dpi in viewport because I want to display images taken in my app at as high res as possible. This means on a 480dpi device I have to scale up the UI with a custom CSS.

I know this causes UI issues with devices of different dpi and I also understand target-densitydp is being deprecated.

Is there a better way to leverage the resolution on high dpi screens to show images without having to customize the UI so much?


target-densitydpi

Posted: Tue Nov 25, 2014 3:50 pm
by Ihor Didevych

Hi Chris,

There are basic principles of HTTP(S) protocol.
Headers are used to tell server, that client knows how to intercommunicate with server.
Parameters are used to tell something specific about current url, orbject or action that client is trying to do with.
You can read more about HTTP(S) here:
http://en.wikipedia.org/wiki/Hypertex...


target-densitydpi

Posted: Tue Nov 25, 2014 5:29 pm
by Evgene Karachevtsev

Hello Chris,

Could you please look at this linkhttps://getsatisfaction.com/apperyio/... Hope the information there should be useful.