Posts: 36
Threads: 19
Joined: May 2022
Reputation:
0
Allows APPLI to launch a URL to their respective applications. It opens the default applications based on the custom URL schemes.
Is there a list of any other URL schemes? There are a few URL schemes listed in the documents.
Creatively Looking Forward,
chipsm@themartinz.com
Posts: 63
Threads: 15
Joined: May 2022
Reputation:
1
Hello Clarence,
The launch URL action comes with support for the following:
http: and https: URLs, which launch in the default browser application if available
file: URLs, which open the file in the associated application
tel: URLs, which open the dialer with a given phone number
Some other uses:
On macOS you can open the system preferences and jump to the Privacy tab.
launch url "x-apple.systempreferences:com.apple.preference.security?Privacy_Automation"
On mobile you can send an SMS:
launch url("sms:" & tMobile & "?body=" & tMessage)
Launching URLs on a mobile device will take the user to another app.
Posts: 36
Threads: 19
Joined: May 2022
Reputation:
0
Can these launch URLs be added as a list in the documentation?
They are kind of there, but not as a specific list.
Sorry if this seems picky.
Creatively Looking Forward,
chipsm@themartinz.com
(This post was last modified: 02-27-2023, 08:45 PM by
clarencemartin.)
Posts: 63
Threads: 15
Joined: May 2022
Reputation:
1
That is a good idea. I'll add them now. You will see them on Wed's push.
Posts: 36
Threads: 19
Joined: May 2022
Reputation:
0
Thanks, Andre. I'll explore the links posted.
Creatively Looking Forward,
chipsm@themartinz.com