Retina Display support
See original GitHub issueit seems that the resizeSensor hooks give density independent pixels… when ideally we’d rather have a canvas that displays at 840px instead of 420px on a 2x pixel ration phone.
This would help with clarity on 2x displays and pinch to zoom.
The current work around is to set the width: 200%
and then transform: scale(0.5)
, with the container having margin-bottom: -100%
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
About the Super Retina display and Super Retina XDR ...
The Super Retina and Super Retina XDR displays overcome challenges with traditional OLED displays with their high brightness, wide color support ...
Read more >Retina display - Wikipedia
Retina Display is a brand name used by Apple for its series of IPS LCD and OLED displays ... support for high-resolution displays...
Read more >Enable Retina Display Support - VMware Docs
The Retina display options control the appearance of virtual machines on displays with high pixel density. ... Enable Retina Display Support.
Read more >Parallels Desktop Retina support for operating systems other ...
Parallels Desktop provides Retina support only for Windows virtual machines, Linux, Chrome and other OSes are not supported yet. Some third-party software for ......
Read more >Adding Retina Display Support to WordPress Themes
Retina Display is a brand name used by Apple for liquid crystal displays which have a high enough pixel density that the human...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
why close this issue ?This problem occurred in 4.0.8
@dcean @FranckFreiburger this is an issue relating to differences in vueport sizing vs canvas sizing. You can get the problems to appear even at 125% zoom on desktop. Sidenote, 1.2 worked a lot better with my css hack/page flip throttling.
Problem #1 Page 1 doesn’t load (Rendering cancelled exception): pages don’t load reliably, particularly page 1. If page 2 manages to load, it’s usually smooth sailing from there.
How to reproduce: It happens 100% of the time on the android emulator with a nexus 5 Api 26. Setting page zoom on chrome to 500% on a mac makes it happen reliably for me.
Problem #2 subsequent pages don’t load (Cannot use the same canvas during multiple render): Looks like a race condition, a big pdf seems to exacerbate it.
How to reproduce: I managed to make it show up more reliably on desktop by flipping pages as early as possible. It happens 100% of the time on the android emulator with a nexus 5 Api 26. This reminds me of the problem with flipping pages too quickly.
Problem #3: Pages shrink when viewport is zoomed or using HiDPI/Retina
How to reproduce: zoom in on the page and reload in desktop. Happens 100% on N5 emulator, which has a pixel ratio of 3, some devices have 4, some have half ratios such as 1.5.
This is with default styles (width 100%), it normally fills the width if not zoomed in.