Well, here's a somewhat awkward way to do this, but it works and can help some poor soul out there trying to do the same.
Create a simple HTML link first, as it appears that regular HTML links open in Mobile Safari, rather than full-screen in a web application. Link
In redirect.html, you simply redirect the user with simple javascript. window.location = "mysupercustomurlscheme: //"
And this! This, of course, is not the best way to do this, but it is "fair." What I came up with, at least if you have any other suggestions, let me know.
Hope this helps someone!
source share