Questions tagged [custom-url]

A custom url is a url that deviates from whatever is the default url

Many web frameworks and other web related tools mandate a certain default way of generating urls. If this kind of url does not fit your needs, you are looking of a custom url.

Questions inquiring how to create certain kind of custom-urls with a given framework, or about the effects of using such urls should be tagged with custom-url

196 questions
3
votes
2 answers

How do I use the custom URL in a Swift app to open another Swift app

I have a custom URL set up for a Swift application. I would like to use this URL on another app's button action to deep link. I tried UIApplication.shared.open(NSURL(string: "redirectToApp://Testapp/startPage")! as URL, options: [:],…
confused human
  • 401
  • 8
  • 23
3
votes
2 answers

Custom url protocol for OSX desktop app using electron by atom

I am new to dekstop app by electron. However i built a desktop app using this source code and just changing the links to my site. Now I have a functional desktop app for mac. But i want to open my app using a link say…
Praveen KJ
  • 630
  • 2
  • 11
  • 22
3
votes
1 answer

Declaring custom URL schema in manifest causing duplicate application in complete action dialog

I want to open deep link dialog in my application, so I defined the following in the manifest:
user3547706
3
votes
1 answer

How can I use launchmyapp with Meteor for the verify-email link?

I'm using the Meteoric package to run ionic on my meteor app. I'd like to use the https://github.com/EddyVerbruggen/Custom-URL-scheme (nl.x-services.plugins.launchmyapp plugin) in my app. Actually I am using it, but it isn't working right. I'm…
JoshJoe
  • 1,482
  • 2
  • 17
  • 35
3
votes
3 answers

Custom url 'this page include script from unauthenticated source' error

I am using windows 7 and python 2.7 I am using Custom url for launching an app. First I am opening a web page of BOX asking for user credentials for authentication. In the url, made redirect_uri = customuri://box_auth. So, BOX sends the success code…
imp
  • 1,967
  • 2
  • 28
  • 40
3
votes
0 answers

Custom Url android from browser address bar not working

I have implemented the Android Custom URl scheme and it works fine when I send the link that I want to open as a mail and then click on it. It does not work when I type the same address in the address bar of my Mobile Browser which in turn gives a…
RaWa
  • 123
  • 1
  • 8
2
votes
3 answers

iPhone: Is it possible to go back to the previous application after handling custom URL?

I know that iPhone applications can be launched via a custom URL such as myapp://something. But is there a way to go back to the previous application after handling the custom URL? For example, I have the following scenario. Follow a link from…
redism
  • 500
  • 7
  • 18
2
votes
1 answer

Wordpress custorm URL variables causes strange redirect

I'm trying to have custom variables in my URL for Wordpress site. I have read up as much as I could find on the subject and so far have the following in my functions page: function add_query_vars($aVars) { $aVars[] = "mrdrct"; return $aVars; } //…
Chris
  • 43
  • 1
  • 5
2
votes
1 answer

Sygic Custom URL IOS

i have been using an url launch that open sygic and drives to coordinates n my website. It looks like this: com.sygic.aura://coordinate|15.06591|47.73341|drive After the last Sygic update this url launch does not work anymore, it fires up Sygic but…
Sjoberg
  • 21
  • 2
2
votes
2 answers

Navigation between InAppBrowser to Ionic Page

I have an InAppBrowser in my Ionic App and I have inserted an anchor Tag with executeScript.When I click on that I want to push a new Ionic Page called as Settings Page.How to do this.Please help But am getting an…
2
votes
1 answer

How do i deep link into a specific screen within an iOS app (Swift 3)

My Swift iOS application contains two screens. Home Page (HomePageViewController) Start Page (StartPageViewController). A button click on Home Page takes user to this page. This page has a Cancel button, that would take user back to Home Page. My…
confused human
  • 401
  • 8
  • 23
2
votes
2 answers

create custom url in codeiginter

i want show my products name in url now i get my product with id and my url display like that. www.mydomain.com/home/single/1 i want to show my product url with product name Like. www.mydomain.com/home/single/New-Dell-Laptop Here is my code that's…
Azhar Saleem
  • 131
  • 3
  • 13
2
votes
2 answers

Generate URL for dynamic webpage

I recently was asked to look into a possibility of generating a url that would lead to a dynamic page. Here is my use case: A client comes onto a page like http://www.example.com/customvideo here they enter a predefined form with things like company…
Shuyinsama
  • 326
  • 6
  • 19
2
votes
1 answer

Is it possible to open an Native iOS app by using Custom url scheme without a webpage directs to custom url?

I am trying to open an Native iOS app by clicking a link in email. I had used "Custom url scheme". If i type "test://" in safari browser then my native iOS app is opened. But if i click a link "test://" in email then it prefixed with http like…
Sakthimuthiah
  • 2,606
  • 6
  • 26
  • 41
2
votes
1 answer

Associate custom uri schemes with Java self contained application for windows

I have a self contained JavaFX application. For an improved user experience, I would like the user to click on a button/link on the browser and start the application. Just like magnet URI for torrent, the link contains metadata that is required to…
Mo3z
  • 2,138
  • 7
  • 21
  • 29
1 2
3
13 14