iOS Question VideoView issue

highflyer

Member
Licensed User
Longtime User
On a page with only a VideoView, the app loads and shows an mp4 file correctly; when trying
to resize the VideoView using the embedded controls, the app crashes and generates the following log:

Unexpected event (missing RaisesSynchronousEvents): vv_complete
 

highflyer

Member
Licensed User
Longtime User
Yes Erel,
I didn't realize that I was initializing the VideoView multiple times.
Problem solved.

Thank you
 
Upvote 0
Top