|
|
|
|
|
by numair
3985 days ago
|
|
Aha! So the web view "redirects" back into the app using an app:// link -- and because you're accessing that web view within the app itself, the redirect is captured within the app. Smart. I assume there is some sort of delegate thing that handles the browser events? Would it intercept the deep link or does that hit the app delegate? Thanks for the awesome insights by the way. |
|