Hello
I make my application work in full screen mode by following this thread:
but after I add admob ads as the following:
I had a problem ...full screen work normally with banner because its a normal view I think...
but Navigation buttons (Back and home ..buttons) return to screen when application shows (InterstitialAd or RewardedVideoAd)
question is : How can I hide the navigation and return to full screen when show InterstitialAd or RewardedVideoAd
I make my application work in full screen mode by following this thread:
Immersive Mode - hide the navigation bar
Immersive mode means full screen mode where the navigation bar is also hidden. The user can bring back the bars by swiping near the edges. The required steps are: 1. Call setSystemUiVisibility with the immersive flags. This is done in Activity_WindowFocusChanged. 2. Get the full display size...
www.b4x.com
but after I add admob ads as the following:
FirebaseAdMob - Admob ads integrated with Firebase backend
Use FirebaseAdMob2 instead: https://www.b4x.com/android/forum/threads/firebaseadmob2-google-mobile-ads-sdk-v20.129609/
www.b4x.com
I had a problem ...full screen work normally with banner because its a normal view I think...
but Navigation buttons (Back and home ..buttons) return to screen when application shows (InterstitialAd or RewardedVideoAd)
question is : How can I hide the navigation and return to full screen when show InterstitialAd or RewardedVideoAd