1,215 questions
0
votes
0
answers
36
views
App X opens but doesn't show search results with Linking.openURL
I'm developing an app in React Native and trying to open the X app programmatically by passing a search string with Linking.openURL.
The behavior I'm seeing is the following:
The X app opens ...
0
votes
1
answer
268
views
Custom URL scheme and deep linking not working after upgrading to cordova-android@13
I was on [email protected] and [email protected] and my custom URL scheme and deep linking worked fine. But after upgrading to [email protected] and [email protected] (SDK 34) the custom URL ...
0
votes
0
answers
94
views
How to open an Intune Web Link app from an iOS enterprise app?
Body:
I have developed an iOS enterprise app that is deployed and managed through Microsoft Intune. From this app, I want to open another Intune-managed app — which is actually a Web Link app, meaning ...
0
votes
0
answers
27
views
In iOS 18, openURL doesn't work in share extension [duplicate]
Background
Our app has a share extension for image search. We open the app when the user clicks on the search button from an extension, like when the user clicks on the share button from the native ...
0
votes
0
answers
119
views
DoNotSilentlyBlockProtocolsFromOrigins policy for google chrome
Do we have a similar policy for Google Chrome?
It works only for Edge currently.
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#donotsilentlyblockprotocolsfromorigins
Thanks!
...
0
votes
0
answers
34
views
Setting the application string for Browser deeplink prompts
I'm making a simple .NET program.exe that performs operations on my Windows 10 PC when invoking a custom URI scheme scheme:// from a browser. When opening a scheme:// link, I get the classic dialog ...
-1
votes
1
answer
64
views
Why does the application function in my AppDelegate receive empty urls on some models? 🤔
This is my AppDelegate code. It's my first time developing a Mac application and I'm a bit unclear about it 🤔
class AppDelegate: NSObject, NSApplicationDelegate {
@StateObject var viewModel = ...
1
vote
0
answers
70
views
iOS Widget URL Handling Not Working on Real Device
iOS Widget URL Handling Not Working on Real Device
Problem
I've developed an iOS app with a widget for a clipboard manager. The widget works fine in the simulator, but on a real device, the URL ...
0
votes
1
answer
150
views
How to Create a generic Link for iOS App and Website Navigation?
I have a website and a corresponding iOS application. I want to implement a link that allows users to navigate to my website in a browser if the app is not installed, or open the app if it is ...
0
votes
0
answers
18
views
How do I create an unordered list of folder URLs, without the included files?
No matter what I try, I keep getting the files with 'fake' names. All I want is a list of URLs that I can use in later processing, at which time I would select a folder from the list's dropdown in-...
1
vote
0
answers
229
views
use excel office uri scheme with blob?
I am trying to get excel files fetched by my web app to open the downloaded excel file automatically in the excel app installed on the users machine.
i know you're supposed to use urls like so: ms-...
0
votes
0
answers
34
views
Understanding Entity Roles and Admissible Values in Wikidata Triples via SPARQL
I am currently working with Wikidata and utilizing SPARQL queries to extract information. I'm interested in understanding the roles of entities within triples and the admissible values for certain ...
0
votes
1
answer
169
views
Why does RFC 3986 (URI generic syntax) declare the "host" component to be case-insensitive when the syntax rules show it to be case-sensitive?
First, a reminder to future self (the figure RFC 3986, Section 3. Syntax Components complemented with Section 3.2. Authority):
The following are two example URIs and their component parts:
...
0
votes
0
answers
68
views
Is there a way to create a listener in a Windows Form application for a custom protocol (URI Scheme)?
I was able to create a URI Scheme in the Registry [HKCU\Software\Classes] for my VB.NET Windows Form application.
If I use the new URI [CSIPOS:] and then a string my application knows to open the ...
3
votes
0
answers
3k
views
Couldn't load content for webpack (Fetch through target failed: Unsupported URL; Fallback: HTTP error: status 404, net:ERR_UNKNOWN_URL_SCHEME)
I am building full stack app with React and Strapi. I created Sigh Up successfully, and now I wanted to build Log In but my console deosn't want to log anything at all. I'm not using React Router, Log ...