Nathan Walker

Results 332 comments of Nathan Walker

Further when creating your InAppBrowser class you did everything above well. Only need to modify like this: ``` // you don't need to declare this if you have typings for...

Hi @justintoth you can update your node. npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' }, npm WARN EBADENGINE current: { node: 'v14.16.0', npm: '8.3.1' } Beginning...

Appears to be completely isolated to iOS issue alone: https://developer.apple.com/forums/thread/727715 Can confirm that delegate method is indeed called twice (not {N} related) - just as described there (only under certain...

Hi @sarvosmi on surface it does sound like could be a window's specific condition. Node 18 should be fine; you can also try Node 20 which is what a lot...

Great work @herefishyfish - I'm thinking we plan to release this with ng 17, what do you think? Since it may introduce a breaking change.

This is next thing we are working on. There's a couple ways it could be done today with `npm-run-all` in combination with some capacitor commands which would sort of work...

Hi @Syed-Sheharyar I must agree this is considered critical for this integration to be best it can be. The current Capacitor integration needs a better "embed" handling of the runtime...

This may be related to `vite` as we haven't tested with that yet. There may be a different template setup not using vite which would work in interim until we...

When possible to share your app.gradle and AndroidManifest would be helpful. It may be just min/target sdk related.

We're in process of redoing the backend but you can find the same samples and templates here in meantime: https://plugins.nativescript.rocks/samples https://plugins.nativescript.rocks/templates They'll be updated on marketplace once backend is complete.