Questions tagged [custom-protocol]
83 questions
0
votes
2 answers
Capture navigation to a custom protocol from WebView in Windows Store App
Is there a way to capture the click on a hyperlink with href (eg: myapp://xyz) in any of the Webview's navigating event for a Windows Store (8.1) App? I know this can be achieved using window.external.notify in the html. This feature was missing in…

shefintk
- 61
- 6
0
votes
1 answer
How to open android app using custom protocol in xamarin
I need to open my app using custom protocol like myapp://app I know how to do this in Xcode. Now I'm developing an android app in Xamarin, and I'm wondering is there anyway to do the same in Xamarin.
This is my first Xamarin Android project so I…

Optimus
- 2,200
- 8
- 37
- 71
0
votes
1 answer
Why is my custom protocol interfering with ajax calls?
I am writing a web app that contains a link that uses a custom protocol to invoke an executable on the users machine. Something like this:
click this
The intended action is that after the user clicks the link and the…

d512
- 32,267
- 28
- 81
- 107
0
votes
4 answers
Tool for network traffic analysis of a custom protocol
The protocol is very simple and is developed on top of TCP. I need to analyze a big libpcap dump file to calculate the average value and standard deviation of the conversation time and of the number of packets per conversation.
Using Wireshark it's…

boobsbr
- 1
0
votes
0 answers
Mac custom protocol fails on some machines
Mac OS 10.8.3. This simple app runs from a custom protocol when clicking a link in the browser, for example run .
Compiled the .app with xCode, unsigned.
Works on most machines but not on some. One that doesn't work is Mac OS 10.8.2 with the…

Ska
- 6,658
- 14
- 53
- 74
-1
votes
1 answer
Custom Protocol Handler that does not "steal" focus
There is a WinRT application that should access to some system information. There are some resources on the net that told that we can use Custom Protocol (WinRT application make a launch of the protocol and then desktop app is started and do some…

tridoris
- 36
- 1
- 6
-2
votes
1 answer
From a Web Application- How can we check our windows desktop application is already installed or not? Even the version information, how we can get it?
We have a web application and a windows desktop application, where both are connected via web socket.
And when ever, we use the web application, we have to check the desktop app is already installed or not.
In case if desktop app is not installed…

Nibin Thomas
- 9
- 1
-2
votes
1 answer
Opening Custom Protocol in FireFox Browser..!
I have created a custom Protocol myapp: just like mailto: which opens one exe at client side using JavaScript. So, whenever that JavaScript I call there opens a dialog box asking for selecting the application through which I want to open.
I just…

avaneesh
- 31
- 4