Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 288 Bytes

straw-ios-service-browser.js v0.1.0

Badge will be here

JS interface for straw-ios-service-browser

API

/**
 Open URL with external apps (typically Safari)

 @param {String} url The url to open
 @return {Promise}
 */
straw.service.browser.openURL = function (url) {
}