turbolinks / turbolinks-ios

Native iOS adapter for building hybrid apps with Turbolinks 5
MIT License
880 stars 92 forks source link

VisitableViewController has incorrect layout constraints #161

Open pacocd opened 4 years ago

pacocd commented 4 years ago

When you are using VisitableViewController for an application that uses a UINavigationController or UITabBarController, WKWebView renders ignoring navigation items insets. So, web views are rendered wrong in these scenarios.

I am opening a PR with a fix for this one.

pacocd commented 4 years ago

Addressed in #162