-
Notifications
You must be signed in to change notification settings - Fork 65
Developing for Bowser
superdump edited this page Nov 10, 2014
·
7 revisions
Starting point for developers wanting to run their WebRTC web apps in Bowser. Bowser supports the latest WebRTC JavaScript API and web apps that run in Bowser will most likely also work in other WebRTC enabled browsers, such as Chrome and Firefox.
See here for general notes about WebRTC web application development for OpenWebRTC / Bowser.
Bowser has the following UserAgent format:
Mozilla/5.0 (iOS; like Mac OS X) AppleWebKit/536.36 (KHTML, like Gecko) not Chrome/27.0.1500.95 Mobile/10B141 Safari/537.36 Bowser/0.2.1
The Bowser version at the end will change as Bowser is updated.
Web applications running inside Bowser can be debugged through the regular development tools. However, this can only be done if Bowser is installed through Xcode, it does not work if Bowser is downloaded form the App Store.