Capacitor Initialization

I was able to get capacitor working mostly following the basic configuration generated by the CLI, but I did run into one problem with the initialization seeming to never actually navigate to the root URL.

The Framework7 init would fire properly but my route beforeEnter hooks would never fire. If a fire a delayed f7.views.main.router.navigate with setTimeout from the init function, it will navigate properly but it fails if I try to navigate immediately.

It seems like the WebView from Capacitor isn’t initialized until a bit after the Framework7 init fires. Is there a hook that should be used from Capacitor in this case?