We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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" and website in web-view is small ( zoomed out )
It does not open external links: with target="_blank"
Page zoomed out too much , not give same view as other browsers.
Hope to see update
The text was updated successfully, but these errors were encountered:
@CodeX-All Would you like to work on this?
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: