cordova-plugin-screensize icon indicating copy to clipboard operation
cordova-plugin-screensize copied to clipboard

seems to not work on iOS anymore

Open heidji opened this issue 5 years ago • 1 comments

RIP

heidji avatar Jun 18 '19 15:06 heidji

iOS used to return:

Object
   densityBucket:"xxhdpi"
   densityValue:3
   diameter:5.2
   height:1920
   width:1080
   xdpi:422.0299987792969
   ydpi:424.0690002441406

but now in iOS (14.x), it looks like it now only returns:

  height,
  width,
  scale

rolinger avatar Aug 08 '21 21:08 rolinger