moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
139 stars 102 forks source link

Set player inside a HTML element #32

Open jibon57 opened 7 years ago

jibon57 commented 7 years ago

Hello,

Currently this player is opening a new dialog but is it possible to play video inside a HTML element?

Thanks

moust commented 7 years ago

The goal of the plugin is to build a native video view on Android devices to avoid some bugs and restrictions encountered with use of HTML video element. For example, you cannot autostart video with HTML element. On the other side, iOS is less restrictive so the best choice is to use an HTML element.

jibon57 commented 7 years ago

Thanks for reply moust. Actually I wanted to show some text bellow the player.

posti85 commented 7 years ago

Then use the video HTML tag...

moust commented 7 years ago

What kind of text do you want to play ? Subtitles ?

mburger81 commented 7 years ago

I would like tu use the plugin not in fullscreen, so I think I'll wote fo this enhancement 😁😁 Have you any plans for this feature request?

moust commented 7 years ago

Actually not. The main goal of this plugin is precisely to play video in fullscreen.