Implement Google Adsense with Onsen
-
Hi,
Has anyone has experiment implement Google Adsense with Onsen ?
As I implement following script, Onsen seem to hand and does not generate the rest of the content, without return any error in Chrome Developer console
<ins class="adsbygoogle" style="....." data-ad-client="...." data-ad-slot="..."></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>
Cheers,
Binh
-
@Binh-Le I wrote a tutorial here: https://github.com/munsterlander/Onsen-Examples/tree/master/Admob-Example
-
@munsterlander Thanks mate