AdMob Native Ad Express absorbs soft swipe gestures and is causing incredible frustrating user experience in our app.
Our app Friendsy displays the AdMob's native ad express in a swipe-able card after user swipes after 20 profile cards (this is a college dating app). When AdMob's native ad express gets displayed in our card, the card is not as swipe-able BECAUSE ADMOB NATIVE EXPRESS IS ABSORBING SOFT SWIPE GESTURES! Some of our users cannot swipe at all:
Quote from our user: "The ads that appear when I flip the cards are creating user experience problems. When an ad is displayed, I cannot swipe it away. Before, when I reached the end of a search or the end of a list, I could see the list again or perform a new search. Essentially these ads create a dead end that piss me off. Could you let me swipe them away or click a skip button?"
Users really have to press and swipe hard to swipe the card with Native Ad Express because the native ad express is absorbing certain swipe gestures. This is very noticeable because you can compare your experience between swiping card with Native Ad Express (GADNativeExpressAdView) and our native profile card (with an UIImage, UIButtons, UILabels etc.). You have to try harder to swipe the card with AdMob's native ad express. Another issue with AdMob's native ad express is when you tap on the title, media view, or button, you cannot even hard swipe the card away. Tapping on them disables the swipe gesture all together. This isn't the default behavior of UIButton or other UIGestures. If those were UIButton you can still tap and swipe the card away. As a developer, I have no control over this gesture bugs because everything is hidden under GADNativeExpressAdView. In the server CSS, there is no way to control these gesture bugs either.