Hello,I have a confusing problem. I load an IMA SDK as a preloader for a game in fullscreen mode. This works fine on Android/Chrome but does not in Firefox and especially not on Iphones/Safari .I have an button to click on before the ad starts. But the problem appears in the adsLoader.requestAds(adsRequest); first.You can reproduce the issue by using Firefox and switch to mobile mode (user agent change to "iPhone" for example and use a lower screen res)In Firefox with that setup I get "TypeError: this.b.canPlayType is not a function" also in Safari I guess.In Android/Chrome or Chrome in Mobile mode it works fine. Any idea ?Example:Best RegardsMarcel
Hi Marcel,I have tested your live page on iOS Safari, but I didn't see any this.b.canPlayType is not a function error. I'd suggest that you replace the Access-Control-Allow-Origin as shown below.
Access-Control-Allow-Origin http://imasdk.googleapis.com ....// URL that is being blocked. Access-Control-Allow-Credentials true Let me know if you still see the issue.
Thanks,Binny PatelIMA SDK Team
On 09/02/16 17:25:39 spiele...@gmail.com wrote:Hello,--maybe I don't get it but basically it doesn't seem to have any effect:I added to the header of my site. Or am I wrong here on what to do?Also it works in Chrome.. ?!?
Access-Control-Allow-Origin * Access-Control-Allow-Credentials true
You received this message because you are subscribed to the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ima-sdk+unsubscribe@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.