DEV Community

Vikas Singamsetty
Vikas Singamsetty

Posted on

Wkwebview event handler in ios

I am loading an url into wkwebview.
In that url I have a button named "update" which will redirect to Appstore.
How can I know if update button is clicked in swift?
I have tried using the delegate method "did receive message" but this is not getting called.

Latest comments (0)