-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Feature request: Custom URI handling #2190
Copy link
Copy link
Closed as not planned
Labels
C - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Milestone
Description
Hi!
I'm not sure if it's in scope of winit or not, but it would be fantastic if it handled custom uri's; like this: https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app
https://github.com/maidsafe-archive/system_uri does provide the registration functionality, and it works if the app isn't already running (the app opens with an argument with the uri). But if the app is already running I think something more needs to be done to handle it (at least on OSX). I haven't looked into it in detail, but it feels like it would fit pretty well as a WindowEvent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?