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

Pywebview cutting out html/js features #23

Closed
ironman5366 opened this issue Jan 29, 2016 · 4 comments
Closed

Pywebview cutting out html/js features #23

ironman5366 opened this issue Jan 29, 2016 · 4 comments

Comments

@ironman5366
Copy link

Hi. I've been working on a production level project for a while now involving pywebview. The client and I recently noticed that one of the html files displayed is lacking certain features when displayed in pywebiew. The features are present when it's opened in any browser. I'm uploading screenshots and the html files in hope that it can be fixed. I tested this error by opening the html files with a python shell command copied from the quickstart, so it's not other code in my program.
htmlfiles.zip

screenshot 27
screenshot 26

@r0x0r
Copy link
Owner

r0x0r commented Feb 7, 2016

Windows 10 uses IE11 as a renderer. Could you open your page in IE11 and see if it is rendered correctly?
Here are instructions on how to launch IE on Windows 10. http://m.windowscentral.com/how-find-internet-explorer-windows-10-if-you-really-need-it

@ironman5366
Copy link
Author

The page doesn't work in IE I believe. We've tried uninstalling IE, but still doesnt work.

@r0x0r
Copy link
Owner

r0x0r commented Feb 8, 2016

Win32 API of Windows 10 can only use IE as a web view renderer. For Spartan rendering .NET must be used and as far as I know Microsoft does not have any plans adding support for Spartan in Win32. Pywebview does not have support for .NET currently, but as this is a serious issue, I will add on a to-do list.

If your issue is related to IE support, please close it. I will open a new ticket for adding .NET support.

@ironman5366
Copy link
Author

Sure thing. Thanks for the help

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