Skip to content
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

Videogular problem in android 4.3 or previous version and iOS 6.1 #267

Open
sachinlogiciel opened this issue Aug 22, 2015 · 3 comments
Open

Comments

@sachinlogiciel
Copy link

Videogular problem gave some problem in android 4.3 or previous version and iOS 6.1. Problem are below:-

  1. First major problem is when i click on video first time it play fine then i replay vido then video poster is not hide and video is playing on back of poster
  2. Video bottom control is not working means when i click on pause button video not pause.

First problem is not showing in iOS 6.1 but second is there on it.

I am using vidogular with my hybrid ionic app

@sachinlogiciel sachinlogiciel changed the title Videogular problem in android 4.3 Videogular problem in android 4.3 or previous version Aug 22, 2015
@sachinlogiciel sachinlogiciel changed the title Videogular problem in android 4.3 or previous version Videogular problem in android 4.3 or previous version and iOS 6.1 Aug 22, 2015
@Evanion
Copy link

Evanion commented Sep 8, 2015

I can confirm issue 1 in Chrome 45.0.2454.85 (64-bit) OSX as well as Safari 8.0.8 and Firefox 39.0.3.
The issue occurs primarily if I have a video playing while I'm in another tab, and then it switches to the next video. The first video in the playlist never get's the issue how ever.
No problem with issue 2 though.

@sachinlogiciel
Copy link
Author

Actually that first issue occur in android 4.3 or previous version but it seems fine in 4.4 or higher version so i think its some backward compatibility problem or something else and if u use videogular in ionic app then in ios 6.1 and android 4.3 or previous version video control even not working in bottom but yeah if i click on video video pause and start too but bottom control of videogular not working seems like touch event problem or something else.

@4rweb
Copy link

4rweb commented Apr 9, 2016

try this

On videogular/videogular.js ou videogular.min.js

On code:

Original:
$templateCache.put("vg-templates/vg-media-video", "<video></video>");

Edited:
$templateCache.put(/"vg-templates/vg-media-video", "<video poster='../img/video.jpg'></video>");

add: poster='../img/video.jpg'

and create a black image called video.jpg

for me, solved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants