How to embed a video from youtube or yahoo videos to an android application
I’m using Phonegap so mainly I’m writing javascript then the code is wrapped to be native code
But I’m only writing JS & HTML5
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You most likely want to use a WebView with the link pointed at the embedded video hyperlink.
Something along the lines of the following:
Then use the following hook in the code (mostly from the WebView docs):
Don’t forget
in the manifest.