Understanding and debuging ionic application startup flow

Hello,

I have a generic, almost boilerplate, build.
When i open the app i see the fallowing:
– the splashscreen comes up for a few sec
– the keyboard opens for some reason for a few sec
– then the keyboard closes and screen goes white for a couple more seconds
– the initial page loads

I’m using GapDebug to debug the application, but i can’t see the app startup flow and I would like to understand what is happening here.

any ideas how can i tackle this?