Discussions
Opening a Custom Url Scheme (another app)
about 6 years ago by Chad Lewis
Hey Guys,
as my app is coming near complete I am struggling with a reasonable way to open it.
The best way for me to open it is via a custom url scheme such as
myapp://
we have been able to accomplish this via the nodejs method, calling the url from within the script, however due to the way ServiceM8 handles the situation it opens a safari window first then my app.
This looks messy, is bad UX and isn't really seamless.
Can you advise a better way of going about this or possibly add one.
The app is meant for mobile and we have others underway also for mobile however this is a major sticking point at the moment.
Coding it into servicem8, hosting it on AWS or rendering it in a html element is not possible.