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

Crash when moving AdBanner to coordinates outside of app window #11

Open
larpon opened this issue Jun 27, 2017 · 2 comments
Open

Crash when moving AdBanner to coordinates outside of app window #11

larpon opened this issue Jun 27, 2017 · 2 comments
Labels

Comments

@larpon
Copy link
Owner

larpon commented Jun 27, 2017

... not sure what to do about this yet

@edips
Copy link

edips commented Dec 15, 2017

I had the same problem with QtAdmob project's AdBanner. When I include it with rectangle and changing rectangle's anchor to bottom of the Window it clashed. I gave up to use that project because AdBanner was always top of the window and it was half. I hope I will make QFirebase work for my project.

@larpon
Copy link
Owner Author

larpon commented Dec 15, 2017

@edips - cool. I hope you find this project useful.

This bug can be prevented if you collision detect the AdBanner x,y,width,height rectangle against your viewport 0,0,screen width, screen height rectangle BEFORE moving the banner. I.e. setX/Y (C++) or x = ... / y = ... in QML.

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

No branches or pull requests

2 participants