Given a URL to a...
- PDF, Apple's UIWebView component will display the PDF in the PDF reader.
- video, Apple's UIWebView component will display the video in the video player.
- music file, Apple's UIWebView component will play the music in the video player.
What is the best way to mimic this functionality in Sencha Touch?
Many thanks
EDIT: Also, how do you display a website in a panel? I've tried using an embed and an iframe, but these aren't scrollable on the device.