Tim Doege

Results 25 comments of Tim Doege

@wSedlacek: I tried the test repo on iOS and (after wrapping the login.component content in a StackLayout to remove the `More than one layout child inside a ContentView` error) I...

Hm, I've tried rolling back to Angular 11 (11.2.14) + NS Angular 11.8.0 and do also get this issue in my "complex" app (all routing just stops - only .back()...

Just a side note: Running with HMR on Android, I get this crash when doing code changes using PR 38 ``` JS: TypeError: Cannot read property 'outlet' of null TypeError:...

@wSedlacek Great - I will give your update a spin this week, thanks. Regarding repo the https://github.com/NativeScript/login-tab-navigation-ng you should be able to run my PR https://github.com/NativeScript/login-tab-navigation-ng/pull/21 which moves it to...

You can register the view ``` registerElement('MLKitView', () => MLKitView); ``` in your `main.ts` or `app.module.ts` in v1.0.7.