Chris Dillow
Posts: 0
Joined: Fri Nov 21, 2014 12:39 am

target-densitydpi

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?

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

target-densitydpi

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...

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

target-densitydpi

Hello Chris,

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

Return to “Issues”