custom-url-protocol Questions
5
How do I register a custom protocol with Windows so that when clicking a link in an email or on a web page my application is opened and the parameters from the URL are passed to it?
Vermiculation asked 17/9, 2008 at 6:57
1
Solved
I have registered a URL protocol in my system using below script to launch a batch file "showPath.bat".
@echo off
reg add HKEY_CLASSES_ROOT\ProtoTest /t REG_SZ /d "My Description&quo...
Lev asked 29/7, 2021 at 14:26
6
Solved
I'm trying to register a custom protocol to an application on the Mac, i.e:
User clicks on link with "abcdef://some/url/here"
An installed application is launched with the above string passed as ...
Cancan asked 23/1, 2009 at 1:49
2
Solved
I want to open app and pass parameters with deep linking using Electron (macOS).
Project 'electron-deep-linking-mac-win' is on GitHub.
Edited package.json, following ‘electron-builder’ quick-s...
Glossitis asked 11/5, 2017 at 9:55
3
Solved
Is there a way to define some kind of handling mechanism in Android and iOS that would allow me to do intercept either of the following:
myapp:///events/3/
- or -
http://myapp.com/events/3/
I'd ...
Bojorquez asked 10/7, 2012 at 20:3
6
I an wanting to create a Java application that is installed on multiple platforms (Windows,Mac OS, Linux) as a part of this install I wish to register a URL protocol handler, so that my app loads w...
Cestode asked 22/12, 2009 at 15:46
1
© 2022 - 2024 — McMap. All rights reserved.