songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

App crashes intermittently when starting a video session. #173

Open ghost opened 9 years ago

ghost commented 9 years ago

App crashes when starting a video session giving "Unfortunately the app has stopped working" message. Plugin version 1.0.3.

d-machado commented 9 years ago

I was able to solve this disabling animations on IOS UIView with [UIView setAnimationsEnabled:NO]; viewWillAppear

smakosh commented 5 years ago

Having the same issue