I’m creating video music search in android WebView and I wanted users can launch the android Youtube Application after clicked on search result in WebView.
Example:
- Activity A Listed search result after user enter search text
- Activity B launching youtube application with search result that user clicked from Activity A.
Anyway body know how to do this?
Regards,
You can start a youtube video in the default player with this
Replace {url} with the youtube URL
See this question on how to intercept click in a webview so you can call the above when certain URLs are clicked