Re: Custom URLs

2021-09-02 Thread Dan Friedman via use-livecode
aunch an > external app. For example: > > > > launch url "fb:" > > > > This works fine on Android, but on iOS, I get "no association" (yes, > Facebook is installed). Then I read that you have to enter the Custom URLs > you wa

Re: Custom URLs

2021-09-02 Thread Dan Friedman via use-livecode
aunch an external app. For example: > > launch url "fb:" > > This works fine on Android, but on iOS, I get "no association" (yes, Facebook is installed). Then I read that you have to enter the Custom URLs you want to use in the "App URL Que

Re: Custom URLs

2021-09-01 Thread Sean Cole (Pi) via use-livecode
am trying to use a custom url to launch an > external app. For example: > > > > launch url "fb:" > > > > This works fine on Android, but on iOS, I get "no association" (yes, > Facebook is installed). Then I read that you have to enter the Custom U

Re: Custom URLs

2021-09-01 Thread David Bovill via use-livecode
ch url "fb:" > > This works fine on Android, but on iOS, I get "no association" (yes, Facebook > is installed). Then I read that you have to enter the Custom URLs you want to > use in the "App URL Query Whitelist" area in the Application Builder. Is this

Re: Custom URLs

2021-09-01 Thread Keith Martin via use-livecode
To do this, I am trying to use a custom url to launch an external app. > For example: > > launch url "fb:" > > This works fine on Android, but on iOS, I get "no association" (yes, Facebook > is installed). Then I read that you have to enter the Custom URL

Custom URLs

2021-09-01 Thread Dan Friedman via use-livecode
quot; (yes, Facebook is installed). Then I read that you have to enter the Custom URLs you want to use in the "App URL Query Whitelist" area in the Application Builder. Is this true? Why does the app have to know at compile time what URLs are going to be opened? In my app's c

Re: Getting custom urls to work on android

2016-01-31 Thread Terry Judd
Just checked on the forums to see if I could find anything relevant there. It seems to suggest that the only way to get custom urls to work on Android is to embed the url in a hyperlink in a webpage. This seems to work but is real pain as it means I need to create a separate page for every email

Getting custom urls to work on android

2016-01-31 Thread Terry Judd
Hi there – I don’t seem to be able to get custom urls to work on android. I include these in emails to users and while I’m pretty sure they were working previously they now show up as plain text on my two test devices (both Samsungs). Any ideas on what might be the problem and how to fix it as