You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoking Appodeal.setBannerOverLap(false) on Android makes the web view and banner view children of a vertical LinearLayout. They don't overlap. The behavior is correct. Here is the code for your convenience.
Invoking Appodeal.setBannerOverLap(false)on iOS makes the web view and banner view overlap. You have to invoke Appodeal.setBannerOverLap(true) to match the behavior of the Android counterpart. Here is the code for your convenience.
The text was updated successfully, but these errors were encountered:
Invoking
Appodeal.setBannerOverLap(false)
on Android makes the web view and banner view children of a verticalLinearLayout
. They don't overlap. The behavior is correct. Here is the code for your convenience.Invoking
Appodeal.setBannerOverLap(false)
on iOS makes the web view and banner view overlap. You have to invokeAppodeal.setBannerOverLap(true)
to match the behavior of the Android counterpart. Here is the code for your convenience.The text was updated successfully, but these errors were encountered: