meismyles / SwiftWebVC

A drop-in inline browser for your Swift iOS app.
MIT License
330 stars 117 forks source link

Enabling to decide whether to allow or cancel the navigation #42

Open ktsn opened 6 years ago

ktsn commented 6 years ago

It would be nice if SwiftWebVC can decide whether to allow or cancel its navigation like WKNavigationDelegate's webView(_:decidePolicyFor:decisionHandler:)

If this is acceptable idea, I'm happy to make a PR for this 🙂