/straw-ios-service-browser.js

JS interface for straw-ios-service-browser

Primary LanguageJavaScriptMIT LicenseMIT

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) {
}