In our Cordova application we have some css issues - e.g. regarding handling of flex box - which occur in iOS 10 but not in iOS 11.
I tried now to include the ionic-wkweb-view in our project. The WKWebview is - according to the logging and after a check in the window element^1 - used and everything works as before.
However, I still see the same rendering issues as before under iOS 10. I wonder now what kind of improvements I can expect in terms of better css support and rendering. I was somehow expecting that the application will now more or less behave the same under iOS 10 and iOS 11.
Is it expected that iOS 10 still is not handling css (e.g. flex box) the same way as iOS 11 when I switch to WKWebview or might there be an issue with the configuration and - despite all evidence - the app is not really running in WKWebView?