vue-fullscreen icon indicating copy to clipboard operation
vue-fullscreen copied to clipboard

There are several circumstances that will be very stuck.

Open rebitco opened this issue 5 years ago • 1 comments

  1. When the amount of data is large;
  2. Page structure is complex;
  3. When there is a lot of HTML

I view performance in Google Browser, CPU is especially consumed when rendering is found. image

image

Number 1 will be enter fullscreen, Number 2 is in fullscreen, Number 3 is exit fullscreen.

What is the solution? Thanks!

rebitco avatar Aug 02 '19 02:08 rebitco

I'm sorry for not responding for so long. Try to use the fullscreen API directly, if that's still the case, the only thing we can do is to expect chrome to optimize this.

mirari avatar Jan 08 '20 02:01 mirari