launchUrl(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
launchUrl(url: string, embed?: boolean): this;
Displays a web view and navigates to the supplied URL.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
url | string | The URL to visit |
embed | optional, bool (default true) | If false an external web browser will be used rather than a web view embedded into the app. |
Returns
Section titled “Returns”this