Johan Beumer
Johan Beumer
Thanks for the suggestion @janoshrubos. I created a new app with the latest template, but unfortunately it gives me the same error. The template uses `"@nativescript/webpack": "beta"` which is `@nativescript/[email protected]`...
@rigor789 when I use `npm install --legacy-peer-deps=true` everything works just fine after `ns clean`. So it looks like it has something to do with peer deps. Is that a bad...
@fundyjob just an alert for you, your --ks-key-alias and --key-pass are shown in the logging
It's been a while since this PR was created and it is behind now. That's a shame, because this change is really wanted by at least me, but also others....
1) cd `src` 2) `npm run build` 3) `npm run run plugin.tscwatch` 4) open new prompt and go into `src` directory 5) `npm run demo.ios-angular` 6) during build you see...
I was just wondering if there is an estimate for the fix of @cjohn001? I use the fix for the customtabs mentioned above and the fix from [#135](https://github.com/alexziskind1/nativescript-oauth2/issues/135#issuecomment-698620047) successfully in...
@micbis I was trying to use your changes, but ran into a problem. Maybe a merge did not go well? When I comment the lines below in `PreferencesPlugin.swift` it works...