[TIMOB-28518] iOS: VideoPlayer fails to use correct parent controller
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2021-09-02T14:01:33.000+0000 |
| Affected Version/s | Release 10.0.0 |
| Fix Version/s | Release 10.1.0 |
| Components | iOS |
| Labels | crash, ios, nappdrawer, regression, videoplayer |
| Reporter | Francisco Antonio Duran Ramirez |
| Assignee | Gary Mathews |
| Created | 2021-07-23T21:25:08.000+0000 |
| Updated | 2021-09-02T14:01:33.000+0000 |
I can reproduce this issue with Titanium 10.0.0 and 10.1.0. It's a regression caused by the following
TiMediaViewPlayer.mcode change made for ticket [TIMOB-27865]. https://github.com/appcelerator/titanium_mobile/pull/12233/files#diff-ed52f2ff82ca4a4a101ab5aed6ada19c3a9c56096bc49dc081215b71c31f4e7b The above code change was intended to fix the following warning that occurs when the video player enters/exits fullscreen mode.This issue was resolved by updating the NappDrawer module. A fork of it with this fix can be found here... https://github.com/mbender74/NappDrawer
master: https://github.com/appcelerator/titanium_mobile/pull/13011