Where did WKWebView UITapGestureRecognizers go?

Hello everyone!


I have an app existing in the store that replaces the defualt action of the double tap in a WKWebView. The WKContentView used to hold all the UITapGestureRecognizers. However, in the last 3 betas of iOS 12.2, all the UITapGestureRecognizers have been moved.


Does anyone know where they went?

Replies

I've found out that they are still there... just when introspecing at init, they're not there yet. They used to be.