I recentlty had to fix a CSS bug that was only happening on a web view on a certain iPhone 7 and I tried replicating it on my iPhone but I couldn't.
Since, WebView
uses Safari underneath, I had to first determine which version of iOS Safari is installed. Turns out to know that you just have to know the iOS software version itself as Safari also mirrors the same version.
You can find that out inside Settings > General > About. Scroll until you find it. I found out the iPhone 7 had 11.2.X
.
The following step assumes that either
- You do not have an iPhone