Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Repro:
1. Load a YouTube video (with audio track) in the InAppBrowser, play it
2. Close InAppBrowser
Expected result:
Audio stops playing
Actual result:
Audio continues playing
The simple fix is to loadHTMLString:nil on the InAppBrowser UIWebView when the view disappears, but the real reason is probably because the UIWebView instance has not been released.
Attachments
Attachments
Issue Links
- relates to
-
CB-5534 InAppBrowser - video/audio does not stop playing when browser is closed
- Closed