Arnaud
Arnaud
Note that it only append when using AdMob.AD_POSITION.BOTTOM_CENTER options in AdMob
Yes, if i disable the NativeTransition plugin, it work fine. If using the AdMob.AD_POSITION.TOP_CENTER, all work fine. (The add stay in top, and the page content is correct)
I only use ``` javascript $ionicNativeTransitions.enable(true); ``` Without any other configuration. And for admobs : ``` javascript $cordovaGoogleAds.createBanner({ adId: banner_id, position: AdMob.AD_POSITION.BOTTOM_CENTER, autoShow: false }).then(function() { _bannerCreated = true; $cordovaGoogleAds.showBanner(AdMob.AD_POSITION.BOTTOM_CENTER);...
Hi, Indeed it works with native transition, but the problem is the "overlap" ... which ... well, overlap the bottom of the screen. And because of the device size, the...
A must have, because when a resolve is not instant, the app is like "freezing" until the transition is made :(
I've got the same issue, very annoying .... Cant scroll bottom, it always want to scroll left/right .... :(