[GH-ISSUE #169] Opening a website/webview #111

Closed
opened 2026-05-05 11:43:44 -06:00 by gitea-mirror · 3 comments
Owner

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?

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?
Author
Owner

@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

<!-- gh-comment-id:406353410 --> @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
Author
Owner

@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.

<!-- gh-comment-id:406868540 --> @kusti8 commented on GitHub (Jul 22, 2018): [Opn](https://github.com/sindresorhus/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.
Author
Owner

@jswhisperer commented on GitHub (Aug 9, 2020):

Is it possible now? https://doc.qt.io/qt-5/qtwebview-index.html

<!-- gh-comment-id:671023961 --> @jswhisperer commented on GitHub (Aug 9, 2020): Is it possible now? https://doc.qt.io/qt-5/qtwebview-index.html
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#111
No description provided.