Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lag while page scrolling and header anchor jumping #27

Closed
setanarut opened this issue Dec 30, 2020 · 10 comments
Closed

Lag while page scrolling and header anchor jumping #27

setanarut opened this issue Dec 30, 2020 · 10 comments

Comments

@setanarut
Copy link
Contributor

setanarut commented Dec 30, 2020

Only when viewing in full screen. I am experiencing heavy freezes when scrolling two fingers. this only happens in .md preview with qlmarkdown.

  1. View a long markdown file in full screen and swipe with your finger.
  2. Click on the table of contents, it jumps with a few seconds delay.

For this reason I could not test other settings. #25. Also "open on default browser" doesn't work.

@sbarex
Copy link
Owner

sbarex commented Dec 30, 2020

This is another Apple Bug... Webkit inside a quicklook preview is very buggy... so I can't fix it and when i tried to send feedback to apple it never replied.

Opening in browser doesn't work on big sur due to some obscure security problem ... does anyone know how to get around it?

@setanarut
Copy link
Contributor Author

Webkit inside a quicklook preview is very buggy

This does not happen with html files, only when the Qlmarkdown Quicklook window is displayed.

@sbarex
Copy link
Owner

sbarex commented Dec 30, 2020

Sure, it's a bug only for extensions developed by third parties.
The system for the most part still uses the old qlgenerator api(!) and displays the contents inside html views.

On big sur it would not even be possible to use webkit inside the quicklook preview due to a bug in the security entitlements management ...

In fact, if I use the deprecated and obsolete WebView api this problem is not there (and not even that related to safety)!

@sbarex
Copy link
Owner

sbarex commented Dec 30, 2020

It should be understood if it is convenient to use the deprecated API only for bigsur thus circumventing the problem or if to leave it as is.

@setanarut
Copy link
Contributor Author

setanarut commented Dec 30, 2020

leave it as is

@sbarex
Copy link
Owner

sbarex commented Dec 30, 2020

open on default browser should be fixed with release 1.0b11 on big sur.

For the delay of internal link... I don't understand what this is due to ... even in this case it shouldn't depend on my code.

@setanarut
Copy link
Contributor Author

open on default browser should be fixed with release 1.0b11 on big sur.

For the delay of internal link... I don't understand what this is due to ... even in this case it shouldn't depend on my code.

I got it, maybe it will be solved in the future. Thank you

@setanarut
Copy link
Contributor Author

setanarut commented Dec 30, 2020

@sbarex your release is not an app bundle.
Ekran Resmi 2020-12-30 21 34 42
Ekran Resmi 2020-12-30 21 35 49

@sbarex
Copy link
Owner

sbarex commented Dec 30, 2020

Fixes, the application zip did not load.

@setanarut
Copy link
Contributor Author

ok, I updated it from the menu. it gave an error at first.

@sbarex sbarex mentioned this issue Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants