MobileCRM.Platform.openUrl - Resconet/JSBridge GitHub Wiki
Open url in external browser.
Arguments
Argument | Type | Description |
---|---|---|
url | String | web page url |
This example demonstrates how to open link outside of MobileCRM application.
MobileCRM.Platform.openUrl("http://www.google.com");