-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Phone 8.0 full screen mode #973
Comments
Luckily there was a Windows Mobile phone in the office for me to try this out on. There's not too much we can do here, I'm afraid. The native media player is taking over playback, and at that point Video.js is pretty much out of the picture entirely. iOS handles video the same way, but it looks like they're a little nicer about maintaining currentTime across plays. Wish I could be more helpful! |
If windows mobile has a bug tracker somewhere, you could submit a bug there. On Jan 31, 2014, at 11:56 AM, Matthew McClure notifications@github.com wrote:
|
If I find a way to deal with this I will post again here :) Thank you anyway. |
That would be great! Good luck, hope you're able to figure out a workaround. If you can find a relevant MSDN bug tracker it might be a good idea to post something to let MS devs know. On Sat, Feb 1, 2014 at 1:59 AM, Jorge <notifications@github.com="mailto:notifications@github.com">> wrote: If I find a way to deal with this I will post again here :) Thank you anyway. — |
Hello, I'm developing a crossover website and I'm having a big problem with Windows Phone 8.0
When I try to play a video it always switchs to full screen mode and starts from 0.
I just want to start the video in other point rather than 0.
I think videojs should remember the point the video was when I exit full screen mode, but it doesn't.
In an iPhone when you play a video it's played in full screen mode, but when you exit the full screen mode videojs API remembers the currentTime and you can change it whenever you want, letting you play the video at the saved currentTime.
I'm using the last videojs version (Video.js v4.3.0).
I have a test in: http://va.ambiser.es/html5/bug.html
Also tested it with: http://vjs.zencdn.net/4.3.0/demo.html
Thank you and sorry for my poor English.
The text was updated successfully, but these errors were encountered: