Open a link a in new tab
This article covers how to set your in-app message links to open in a new tab for your web application.
Configuring links to open in a new tab
To set your in-app message links to open in a new tab, set the openInAppMessagesInNewTab
option to true
to force all links from in-app message clicks open in a new tab or window.
1
braze.initialize('api-key', { openInAppMessagesInNewTab: true} );
New Stuff!