You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tap "go to test page" - it will load a page with button and router-outlet. The router-outlet has ListView and TextField.
enter data in the TextField - at the moment the software keyboard appears it will "push" all the content instead of appearing over it. The issue is pretty consistent but sometimes it works as expected (the keyboard is appearing over the content and not pushing it) - in this case, rebuild the application and the issue will appear again.
Reported via t.1115943
The text was updated successfully, but these errors were encountered:
It's worth noting that if the page is loaded directly from app.component.ts as in adding "redirectTo: 'pageUrl...'" to the path '', this bug does not occur. In other words, it does not occur in the first page the app visits, it occurs after a transition has been made.
The router-outlet won't be able to occupe 500dp. This later leeds to the issue where if the software keyboard is onviked it will push the whole content (including the button outside of router-outlet)
Steps to reproduce"
Reported via t.1115943
The text was updated successfully, but these errors were encountered: