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?