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

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -