Dear,
today i see the new VLC version which supports the URL Scheme callback, and i test it, the result is:
My hyperlink is:
<a href="vlc-x-callback://x-callback-url/stream?url=rtsp://user:pass@111.222.1.2:554/h264/ch1/sub/av_stream&x-success=myapp://com.my.app?openurl=http://www.google.com">VLC2.4.1---</a>
the stream video can be opened successfully, can click "done" i can also return back. But the problem is when i return back, the link "
http://www.google.com" can not be opened.
In my APP the "openurl=xxx"flag is used to open URL action when i return back, and if we use "openurl=" (leave blank URL) the back action should be the last opened page.
please check it,
thanks