Skip to content

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.

ParameterTypeDescription
urlstringThe URL to visit
embedoptional, bool (default true)If false an external web browser will be used rather than a web view embedded into the app.

this