cordova - Auto-Play HTTPS video in Android -


is there way can make code play video if url https ?

my app jquerymobile app , trying auto-play mp4 video using android's native player & phonegap. there work-around situation? appreciate on this.

uri uri = uri.parse(url);  intent = new intent(intent.action_view);             intent.setdataandtype(uri, "video/*"); this.cordova.getactivity().startactivity(intent); 


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -