Skip to content
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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

JillevdW
Copy link

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.

JillevdW and others added 15 commits August 23, 2018 14:31
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
@MustafaCa
Copy link

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!

@EddyVerbruggen
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants