I am developing a game using Unity 5.3.4 on a Windows 8 machine and have the latest 3.0.3 Admob plugin installed. On my Samsung Galaxy S6 the smart banner ad displays correctly at the bottom of the screen, but on my friends Samsung Note 6 the ad is a bit offset from the bottom, as shown in the pics below. The code I use to setup the banner looks like this:
_bannerView = new BannerView("xxxxxxxxxxxxxxxxxxxxxx", AdSize.SmartBanner, AdPosition.Bottom);
Is there a way to fix this?

