-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View property of the CreateBanner method #12
Comments
Can you leave out the I've wanted to upgrade this plugin to support defining the banner in XML for quite a while but still haven't found the time to do it.. |
Yes I have left out the
If I want to show ads at the top with As it is in cordova, the ads push the contents of the app and create their own space. That is a better user experience as overlapping can cause false clicks. The solutions that I would like to see (don't know if it's possible or not) A dedicated XML tag that can be dropped in the view which is then used to show ads. Also the XML tag maybe hidden by default if ads are not available otherwise it will leave a block of empty space. Here are some example images to illustrate this further Hopefully you get the time. Will be waiting for the change. -Regards |
Has any progress been made on this? @EddyVerbruggen , have you gotten around to defining the banner in XML (or create a view that will contain the banner in XML/HTML)? Thanks in advance 👍 |
No, can't give it priority. |
Am I right to assume that the |
@JillevdW IIRC that's not used for positioning the banner. On Android I'm 100% sure it's not, on iOS there may be some untested code in there. I'm sure a lot of folks will be thankful if you could pull it off. And I'll be happy to also add your changes to the Firebase plugin as it's using almost identical code and has the same feature because Google integrated AdMob into Firebase a while ago. If you want to contribute please don't upgrade this plugin to TypeScript, or do some other heavy refactor because that won't make it easier to complete, review, and merge. |
Any progress on this? |
This functionality should be high priority, it would heavily improve the usability of this plugin. |
@leon486 looking forward to your PR. |
Using Angular 2 along with Nativescript. But I am not sure as to what is to be passed in the
view
property of theadmob.createBanner()
methodAlso is it possible to show banner ads in
stakLayout
for example in a stacklayout havetabView
I want to show banner ads between tabs and list items?The text was updated successfully, but these errors were encountered: