No, because what's happening is that it tells the OS to reveal the URL you provide, so it is up to Safari / your app to handle the situation correctly as in reloading or not reloading.
Dear Felix,
thanks for your reply. Yes, in my webapp, i made the URL just like:
Code: Select all
vlc-x-callback://x-callback-url/stream?url=rtsp://xyz.3gp&x-success=webapp://?openurl=
when the "openurl" parameter not filled (leave blank), then my webapp not reloading. But even that, the vlc reload it! I don't know how the x-success works? when the string contains "://", reload?
before i try the vlc for ios, i use another ios-player named "Goodplayer". It has also the URL scheme "appCallback=..." which works perfect for my situation.
But the problem is: sometimes the "Goodplayer" crashes...