To anybody who is using the Display.io wrapper:
Would you mind to try this new version?
Just replace your installed wrapper with this one. The 3rd-party-Code (from Display.io) is included in this wrapper. So no need for the additional jar.
I´ve tried this wrap with picture-ads as well as with video-ads. All my tryings do work.
Please make sure you have added this lines to the manifest-editor
AddApplicationText(<activity android:name="io.display.sdk.DioActivity" ></activity>
<activity android:name="io.display.sdk.DioTranslucentActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" ></activity>)
AddApplicationText(<activity android:name="io.display.sdk.device.PermissionsHandler" />)
Make sure to use b4a 6+ as it requires the android support library from the maven-repository.