device-hackers / browser-ui-state

Small ~5 Kb (gzip) library which allows to determine current state of the browser's own UI (address bar, on-screen keyboard, etc)
http://browser-ui-state.surge.sh
MIT License
6 stars 3 forks source link

Investigate URL Bar Resizing change in Chrome 56 #9

Closed TheBit closed 6 years ago

TheBit commented 6 years ago

https://developers.google.com/web/updates/2016/12/url-bar-resizing This may lead to change in impl (e.g. check for equality between HTML element clientHeight and window.innerHeight. Other browsers are still on older Chrome versions, but if they will upgrade - they most probably will start to behave in similar manner.

TheBit commented 6 years ago

Until 360 Security and QQ EN browsers which spoof their user-agent strings as Chrome - will update their Blink core to that of Chrome 56 - until then there is nothing can be done in this context, because there is no way currently to distinguish those browsers and they behave differently in this very context.

TheBit commented 6 years ago

But theoretically this may be used for iOS...