Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (android)
Viewing all articles
Browse latest Browse all 7655

Embedded youtube on webview still playing on Android

$
0
0

Hi I have this code:

var movieUrl = "http://www.youtube.com/embed/" + trailerId + "?fs=1&autoplay=1";
webview = Ti.UI.createWebView({
  url : movieUrl,
  width: Titanium.UI.FILL,
  enableZoomControls: false,
  scalesPageToFit: true,
  scrollsToTop: false,
});
 
win.add(webview);
win.open();
and It's working properly but when I hit back button, home button or switch application the video is still playing. How can I close the webview or activity when I am not on the webview window.

Viewing all articles
Browse latest Browse all 7655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>