You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
... not sure what to do about this yet
The text was updated successfully, but these errors were encountered: