In the process of painful migration from my v4 project to v5
I found that framework7.bundle.css and framework7.bundle.min.css contain different styles. For example, .page-content in min version have overflow: hidden style, but in not minified version it have overflow: auto.
I struck at trying to fix ios keyboard issue, when scrollIntoView thing is scrolling my .views container to scrollTop = 50 (on page with no-toolbar prop). My navbar goes outside the view. I tried to do all the same as in blank framework7-cli Cordova project… as far as it was possible in my situation.
Only work around I’ve found is to set display: none for .toobar-hidden, but it breakes all animations.
