highflyer Member Licensed User Longtime User Sep 30, 2015 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Sep 30, 2015 #2 Can you post your code? Are you calling Initialize VideoView.multiple times? Upvote 0
highflyer Member Licensed User Longtime User Sep 30, 2015 #3 Yes Erel, I didn't realize that I was initializing the VideoView multiple times. Problem solved. Thank you Upvote 0
Yes Erel, I didn't realize that I was initializing the VideoView multiple times. Problem solved. Thank you