I have a strange issue I’m stuck on. I’m currently using ionic to make a windows store app (which so far has been a real delight hunting through the DOM finding all the css inheritance issues that a windows store app has to overcome).
My problem is for example, if I have a TextArea in a Modal window, when it receives focus it bounces up and in some cases it bounces up behind the header. I can’t seem to find the culprit of what may be causing it. Anyone got a direction they can point me in? I’ve been digging for hours now with no joy so any insight would be appreciated.
I can’t tell if it’s something to do with the ion-modal-view or the textarea or what, nothing obvious has popped up yet and it’s driving me nuts lol.
Any solution for this bug? I cant use the solution above since I didn’t install WKwebview. I got some error on when compiliing, since ReroutingUIWebView is not in my project.
I looked for the solution on the internet, it seems no solution has been found yet.