Ron Budnar

Results 17 comments of Ron Budnar

I was able to get this working as @jcassidyav described in his readme - the following note in the readme was true for me as well: >Note: I don't see...

It didn't work for me on a real device either, see [here](https://github.com/NativeScript/NativeScript/issues/9707#issuecomment-1107988057). I tried using the default launcher as [suggested](https://github.com/NativeScript/NativeScript/issues/9707#issuecomment-1109846669) with no success.

I'm having the same issue although with different symptoms in NS Angular. In my case it is forward navigation to a page with nested router outlets and the action bar...

@jwrascoe Thanks! I just wanted to point out the additional symptomatology in case anyone else is experiencing what I am since it is different from the one initially listed in...

Either is fine with me. I'd love to just update to 8.x but I can see how the major version bump might not work out for everyone just yet.

If I'm understanding correctly, I am trying to accomplish essentially what the OP is. I want to make sure that I'm in the right issue and that this is still...

@NathanWalker Do you know if this repository is being monitored? It would be nice to have a fix for this issue. If not I can fork and try to come...

TLDR; Worth a shot - did you try adding an entry for this in ngcc.config.js? As described here: https://github.com/NativeScript/nativescript-angular/wiki/Updating-and-developing-for-@nativescript-angular-v9-with-Ivy-or-without Longer version: I ran into the above, which looks similar in...

I am having the same issue when running `ng g c ...`. I recently upgraded from `@nativescript/schematics` 0.4.0 to 1.0.0 and started getting this error. Rolling back to 0.4.0 fixed...

I've run across a different issue with the AsgiMiddleware and arrived at basically the same solution as [posted above](https://github.com/Azure/azure-functions-python-worker/issues/911#issuecomment-965050632). I noticed that simple async functions do not behave as I...