I am new to Admob. I have a fragment with ScrollView with banner ad the bottom. There are several EditText and Button. I try android:windowSoftInputMode="adjustPan", the ad banner stay at the bottom,
but the fragment become un-scrollable when SoftKeyboard comes out. Then I try android:windowSoftInputMode="adjustResize", fragment become scrollable when SoftKeyboard comes out, but the ad banner will show up above the SoftKeyboard.
I try read Admob policies, they do not state specifically about the banner position when using SoftKeyboard. Is it ok if I just let the banner stay above Softkeyboard in order to retain scrollable functionality?