Admob SDK 6.2.1 comes with a default panel close button for Mraid ad when expanded. May I know whether it is possible to disable it and let the creative handle the panel close button?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the AdMob MRAID docs, you can call
mraid.useCustomClose(true)to remove the AdMob custom close button. Just make sure your creative handles closing appropriately so the user doesn’t get stuck on the ad.