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
Standard Banner is a view that will be added to the view as a FrameLayout child.
The only APIs to handle the position is simply Bottom, Top, left or right.
Here's the sample code in the sample project
Problem
Standard Banner is a view that will be added to the view as a
FrameLayout
child.The only APIs to handle the position is simply
Bottom
,Top
,left
orright
.Here's the sample code in the sample project
This does not allow advance positioning and restricts the developer to only couple of states.
Solution
Plugin should provide a Platform native view component, so that it can be used as a regular component.
The text was updated successfully, but these errors were encountered: