EricssonResearch / bowser

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

Fix error with URL-scheme check #62

Closed Prussich closed 8 years ago

Prussich commented 8 years ago

Fix error: when enter an URL without URL-scheme "http://" or "https://" Bowser does not open the page.

stefanalund commented 8 years ago

Thanks @Shultz78!

stefanalund commented 8 years ago

This fixes https://github.com/EricssonResearch/bowser/issues/52, right?