QtFirebase
QtFirebase copied to clipboard
Crash when moving AdBanner to coordinates outside of app window
... not sure what to do about this yet
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.
@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.