I am building an iOS app and using WKWebview
to link to a external website (we don't control this website) in WKWebview
.
It all works fine but there are certain parts of the webpage, I do not want to show in the iOS app.
After doing some research on the webpage code, I found the DIV
which contains the data we want to hide but how do I hide it in WKWebview
?