Hi,
Sorry, this is actually 2 questions.
- I am using this to open a streaming video from a remote URL; it does that well except that it seems to download the entire video first before opening the video player and playing it. That means there is a long delay that I have mitigated with some interface changes, but the likelihood is that the user will navigate away... which leads to the other question:
- If they navigate way before the load, the request continues and then the app tries to open the video player, so I was wondering if there is a way to cancel the open intent?