mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #127] Support Blazor/WebAssembly #76
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @logicethos on GitHub (Apr 24, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/127
It would be amazing to be able to build GUI apps for the browser.
@pauldotknopf commented on GitHub (May 8, 2019):
I'm not sure the benefit you'd get using Qt/QML over HTML/CSS/JS.
@logicethos commented on GitHub (May 8, 2019):
Web controls don't really stack up to the quality and interactivity of Qt controls.
@vadi2 commented on GitHub (Jun 12, 2019):
It's also a business case thing - Electron is a really good choice for businesses as you can share (some) of the investment for online and offline.
@shayneoneill commented on GitHub (Mar 10, 2020):
Qt controls would be terrible to use on HTML. They don't behave like HTML at all. Further, Qt is a native technology. Your just not going to get this to work unless you lobby google to make Chrome able to access Native libraries which I 100% guarantee they'll refuse.
@pauldotknopf commented on GitHub (May 30, 2020):
Closing this, as this isn't likely something we'd support.