We have a webapp that has a page that allows users to link its Garmin Connect account with his/her account
But when I open the Garmin page in the WkWebview I've this page that I cannot interact with the buttons
The only quick fix I've found is to open the URL in a SFSafariViewController , sadly this requires us to re-log the user before opening the URL (with a token) that’s why I'm not happy with this solution (and I want to avoid using other things than our wkwebview).
