capacitor
capacitor copied to clipboard
NativeScript for Capacitor
When following the [Nativescript for Capacitor installation instructions](https://capacitor.nativescript.org/installation.html), the script `npm run build:mobile` (after fixing #28 and #29) errors with this message: ``` [webpack-cli] TypeError: Cannot read properties of undefined...
First reported here: https://github.com/NativeScript/capacitor-docs/issues/14 When following the [Nativescript for Capacitor installation instructions](https://capacitor.nativescript.org/installation.html), the postinstall step for `npm i @nativescript/capacitor` adds an npm script that does not work on Windows (and...
When following the [Nativescript for Capacitor installation instructions](https://capacitor.nativescript.org/installation.html), the script `npm run build:mobile` (after fixing #28) errors with this message: ``` [webpack-cli] Failed to load 'C:\C:\Users\NAME\Projects\PROJECT\node_modules\@nativescript\capacitor\bridge\webpack.config.js' config [webpack-cli] Error: Cannot...
`yarn build:mobile` [!] Files already patched with the latest version. For details, run: ts-patch check [webpack-cli] TypeError: Cannot read properties of undefined (reading 'join') at PlatformSuffixPlugin.apply (/Users/loremru/Desktop/ns-test/node_modules/@nativescript/webpack/dist/plugins/PlatformSuffixPlugin.js:28:61) at createCompiler (/Users/loremru/Desktop/ns-test/node_modules/webpack/lib/webpack.js:76:12)...
It would be nice to have something similar to the live reload option for capacitor for native code changes https://ionicframework.com/docs/cli/commands/capacitor-run
To make it possible to manually choose the device id. Now it's possible to use the second argument for this. It's optional, if not provided, the list of available devices...
Hello, I followed the "get started" guide and created a simple capacitor app to test out nativescript. But when firing the "openNativeModalView" nothing happens. I guess my issue would be...
### General Information ionic: 6.20.3, @capacitor/cli: 5.3.0, @nativescript/capacitor: 5.0.1 ### Issues When running the project with the "@nativescript/capacitor" plugin installed, the error occurs as shown in the screenshot below: 
# General info **Device:** Xiaomi Redmi 5 **package.json**: ```json { "name": "nativescript-capacitor-ionic", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test":...
I am getting several errors reporting missing types after installing the package and running running "npm build:mobile". I am using Capacitor 6. 