Transparent Cover
This page describes the In-App Transparent Cover format
Overview
This format allows the user to continue using the app while an interstitial creative is displayed, encouraging a continuous interaction with the ad.
Template option
Transparent Cover creative should be programmed on an interstitial placement using the MRAID SDK Interstitial template with the transfer touch events option activated.
Don't forget to activate Transfert Touch Events option on your insertion. If not the Smart Display SDK will not activate the functionnality during the ad user experience.
Technical details
Please note that when the Transfert Touch Events option is activated, no interaction with the creative in the webview can be done as all touch events will be transferred to the underlying native view except for all A link tag element.
If you need to activate other specific zone (such as div elements) you'll need to add a custom attribute directly in the HTML element:
data-sas-touch-mode = 1
A complete sample explaining how you can use this custom attribute is available here: Transparent Cover creative sample.