You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got your plugin working and it's great! Thanks so much for putting this together. I'm a web developer by trade and this has made it very easy to add video playing capabilities to my app.
I, however, am not an expert in Android development (or Cordova plugin development, for that matter), and I was hoping that you could help me.
I'm looking to play a little intro video before each main video I play. I'm having a hard time figuring out how to hold off launching the second video until after the first one is done. I've done some experimenting in the Java and in the javascript with no avail. Is there some kind of event I can listen for that will signify the first video is done and I can play the second one...
The text was updated successfully, but these errors were encountered:
Hi,
I got your plugin working and it's great! Thanks so much for putting this together. I'm a web developer by trade and this has made it very easy to add video playing capabilities to my app.
I, however, am not an expert in Android development (or Cordova plugin development, for that matter), and I was hoping that you could help me.
I'm looking to play a little intro video before each main video I play. I'm having a hard time figuring out how to hold off launching the second video until after the first one is done. I've done some experimenting in the Java and in the javascript with no avail. Is there some kind of event I can listen for that will signify the first video is done and I can play the second one...
The text was updated successfully, but these errors were encountered: