Webui doesn't load in QtWebkit-based browsers
See original GitHub issueUsing a browser based on QtWebkit the webui does not fully load. Visiting http://localhost:5001/webui results in a blank page with the following source:
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><link rel="stylesheet" href="ipfs-webui.0.3.0.css"></head><body><div id="root"></div><script src="ipfs-webui.0.3.0.js"></script></body></html>
I have tested this with qutebrowser (git master) and otter-browser (0.9.09) to the same result. With Firefox 44.0 the webui works fine.
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Problem loading a specific website through Qt Webkit
I am currently using the following PyQt code to create a simple browser: import sys from ...
Read more >QWebView: Browser Not Supported - Qt Forum
I want to view a webpage in a plugin I'm developing, but I'm running into an issue with QWebView. When I go to...
Read more >Why can't someone make a browser based in WebKit ... - Reddit
If WebKit is open-source and fast, why doesn't someone fork it to make a browser based on WebKit? And I am not talking...
Read more >QtWebKitTiling - WebKit Trac
Let's start with the most simple QGraphicsWebView based "browser" ever: ... and just blit the result from the web process/thread to the UI....
Read more >Issues - GitHub
The web interface for whatsapp does not work with qutebrowser: ... Can you try with another Qt5 + QtWebKit based browser, e.g. Otter...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I has a same problem in Safari on macOS. (Version 11.0 (13604.1.38.1.6)) I clone this repo with
npm start
and it can work well.Great news! Web UI v2 works in the latest stable release of qutebrowser (tested on macOS)
Status page
Peers map