bnussey
bnussey
I would advise submitting a PR. For me, its not a core requirement so I don't think this will happen any time soon.
Hey @jbfulgencio in our implementation of the plugin, we actually do this manually by making the video itself 100% height and width. You could even animate that.
Yeah I was also looking at Google's Exoplayer and we've been thinking of using that instead of MediaPlayer. Looks like a more advanced API and greater functionality. Will keep you...
Hey @KristinaKoeva I've uploaded a sample project here - https://www.dropbox.com/s/6yto3og7171wa9h/preload-video.zip?dl=0 If you run this on a device older than the 7, you will notice a significant frame rate drop. All...
Hey @Radsbhatt i got this working by restarting the rails server and also adding this line in: $skinLogo: url("admin_logo.png") no-repeat 0 0; @import "active_skin"; Thanks
Got ya @AntonDobrev so if I update my provisioning profile after enabling notifications then I shouldn't have to do this? I believe my provisioning profile was put in place before...
We were able to get around this by creating a tap handler on the slides component itself: ``` this.currentPanel.panel.on('tap', (args: gestures.GestureEventData) => { this.triggerTapEvent(); }); private triggerTapEvent() { this.notify({ eventName:...
Hey @NathanaelA so should this work with ng2 with amendments to jshint?
Awesome thanks for the response @NathanaelA, really appreciate it, I'll give that a shot and go from there.
Hey @iamnotagit yeah unfortunately I did not get it going.