mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #169] Opening a website/webview #111
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#111
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 @colinramsay on GitHub (Jul 19, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/169
I'd like to launch a website either in a new window or inside my app to allow my users to go through an OAuth flow. Is this possible?
@mischnic commented on GitHub (Jul 19, 2018):
Currently not.
Issue for webviews: https://github.com/andlabs/libui/issues/315
Issue for buttons (or similar) that open a link: https://github.com/andlabs/libui/issues/363
Issue for a link inside a text: https://github.com/andlabs/libui/issues/303
@kusti8 commented on GitHub (Jul 22, 2018):
Opn is very good, and will open a browser window. I used that in the CatApi example. Just have that run as a callback from a button press or something like that.
@jswhisperer commented on GitHub (Aug 9, 2020):
Is it possible now? https://doc.qt.io/qt-5/qtwebview-index.html