Telerik-Verified-Plugins / WKWebView

DEPRECATED - this plugin served a purpose in the past, but there are better implementation now

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS 9 Multitasking] Incorrect window width when resizing Split View

clauderic opened this issue · comments

Not sure if this is a WKWebview specific issue or if this is a Cordova issue

Basically, when Split View is enabled, the window width is incorrect, and the app appears to overflow outside of the view. This is not a CSS issue, the app is responsive. I checked the value of the window.innerWidth and the value was incorrect

Any insights? When trying to replicate this, I've noticed that if I launch my app first and then run split view, the width is calculated correctly:
screen shot 2016-04-25 at 6 30 00 pm

However, if I first launch Safari (or any other app), and then launch my app, this is what happens:

screen shot 2016-04-25 at 6 27 05 pm

screen shot 2016-04-25 at 6 27 19 pm

At first look, It would appear the WKWebView isn't resizing properly. Any insights @EddyVerbruggen?