Hey Q&A,
I'm developing an Android version of an app for a client. The app needs to display video, and I've been doing this by adding a webView to a window, and giving the webView a Youtube URL. This works fine and the video plays, except that pressing the fullscreen button on the video fails: pressing the fullscreen button causes the window to close, and the previous window, a list of videos, appears.
I'm using Titanium SDK 3.2.0.GA I'm familiar with this bug posted on Jira: https://jira.appcelerator.org/browse/TIMOB-13677 However, from that bug, it looks like the problem was supposed to fixed in SDK version 3.2.0.GA
Same behavior happens on both my test devices:
Samsung Galaxy Tab running Android 4.0.4
Cheapo AT&T Radiant running Android 4.1.2 (BTW, this is a decent phone for the price)
Some more details: Host OS: OS X, 10.8.4 Titanium Studio 3.2.0.201312191547
Thanks for any help!