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

Issue target="_blank" , PyQt #1

Open
CodeX-All opened this issue Oct 2, 2023 · 2 comments
Open

Issue target="_blank" , PyQt #1

CodeX-All opened this issue Oct 2, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@CodeX-All
Copy link

Issue target="_blank" and website in web-view is small ( zoomed out )

ISSUE 1

It does not open external links: with target="_blank"

ISSUE 2

Page zoomed out too much , not give same view as other browsers.

Hope to see update

@Soumya-Kushwaha
Copy link
Owner

@CodeX-All Would you like to work on this?

@Soumya-Kushwaha Soumya-Kushwaha added enhancement New feature or request help wanted Extra attention is needed labels Oct 2, 2023
@CodeX-All
Copy link
Author

CodeX-All commented Oct 4, 2023

@CodeX-All Would you like to work on this?

Well i can help

For Issue 2 : it can be solved using this :

# Set the QT_AUTO_SCREEN_SCALE_FACTOR environment variable

import os
os.environ['QT_AUTO_SCREEN_SCALE_FACTOR'] = '1'

should be present before this, if i'm correct

if __name__ == "__main__":
    main()

That should solve display for all screens in correct size of current device resolution

for Issue #1 , believe or not , this my first 3 days in python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants