Using phonegap and html5 video tag: caveats? -


i planning build javascript/html5 app, , wrap phonegap installed on android tablet.

in it, want show video file.

is matter of creating index.html file, , putting mymov.ogv file in same directory, , using:

<video src="mymov.ogv"...> 

and work on android?

i have read problems this, quest got me confused.

what caveats, if any?

ps: video should packaged within phonegap, such video shown when app not connected wifi. it's local file.

pps: since it's internal use, able choose particular modern android version (if makes difference). there no need support old android versions whatsoever.

according resource: http://caniuse.com/ogv there not support ogv format in android. remember phonegap applications display in rapped browser window-- if browser doesn't support it, can't use it. whether video on-board device or streamed, doesn't matter.

you can embed tag, might want use associated javascript api provide control on video.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -