1

I want to add video in my splash screen .. Is it possible in Ionic 2 ? I checked some link but it was not worth like Video as splash screen on phonegap .In video I can show skip when app loaded properly .

reference https://www.youtube.com/watch?v=bvzvNfXvNDs

Anuj
  • 151
  • 2
  • 11

1 Answers1

1

Unfortunately, there is no cordova plugin out there supporting video or animated gif.

But you may be able to hack it if you get your hands dirty with some java code.

I hope this answers your question.

maninak
  • 2,633
  • 2
  • 18
  • 33
  • i checked that but i am looking for any alternative . i don't want to update in that java file – Anuj Jun 15 '17 at 12:30
  • I am convinced going down with Java is the only way, and it's going to be tricky. Best of luck. Make sure to post it here if you achieve that or find another solution. – maninak Jun 15 '17 at 12:32
  • I am play video in first page. is there any proper way to show video on startup. – Khurshid Ansari Feb 18 '19 at 04:53