turbolinks / turbolinks-ios

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

Webview not bound to safe area #151

Open jaysson opened 5 years ago

jaysson commented 5 years ago

Turbolinks view is extending outside safe area view. I would like to contain it. If I use a webview directly with safe area constraints, it works fine.

This is what I want (taken from WKWebview).

screenshot 2018-12-23 at 7 37 02 pm screenshot 2018-12-23 at 7 37 11 pm

This is how it looks with turbolinks

screenshot 2018-12-23 at 7 34 47 pm screenshot 2018-12-23 at 7 35 06 pm