-
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
Sending a view property will place ad in that view #41
base: master
Are you sure you want to change the base?
Conversation
By removing this, we can now show multiple advertisements on one page.
…-admob # Conflicts: # demo/app/App_Resources/Android/src/main/AndroidManifest.xml # demo/app/app.css # demo/app/app.ts # demo/app/main-page.xml # demo/app/main-view-model.ts # demo/package-lock.json # demo/package.json # src/package.json
# Conflicts: # package.json # src/admob.ios.js
Has this ever been merged? I am getting "AdMob error: Error: This value is not a native object" error when pointing view property to an image object. My goal is to show the image when no banner is ad shown. Is the view property supported for banner ads? Can anyone share a working sample code? Thank you! |
This has not been merged unfortunately because the changeset is polluted with many files that probably were committed by accident (check the "files changed") tab. I can only accept PRs that focus on fixing the issue as this is impossible to code review and merge. |
This will place the advertisement in the view you send. Before, that view would always get overwritten by the view of the rootViewController. Now, it simply checks if the view is present, and if it isn't it will take the key window.