Skip to content

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.

General OpenWebRTC notes

See here for general notes about WebRTC web application development for OpenWebRTC / Bowser.

UserAgent

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.

Debugging

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.

Clone this wiki locally