EricssonResearch / bowser

A WebRTC browser for iOS developed in the open
BSD 2-Clause "Simplified" License
208 stars 65 forks source link

Fix startup issue on older devices #29

Closed stefanalund closed 9 years ago

stefanalund commented 9 years ago

Moved initialisation of the the JavaScript bridge from the AppDelegate to BowserViewController and run it in a separate thread (GCD).

superdump commented 9 years ago

:+1: