jcesarmobile
jcesarmobile
**Describe the bug** npm install fails with > 401 Unauthorized - GET https://npm.pkg.github.com/download/@capawesome-team/capacitor-zip/6.1.0/aaacda11cdc9eeb40fa2de2be610c531d10b3db3 - authentication token not provided That was because I didn't have a github token for accessing github...
npm install fails and there are pnpm files, so I think the plugin uses pnpm instead of npm
The wkwebview-engile plugin had an `allowsBackForwardNavigationGestures` method that has been ported to cordova-ios when the plugin was integrated, but it's undocumented. Also when the custom scheme was implemented, a `convertFilePath`...
GitHub has a "copy" button to copy the command, but the $ makes it to not work
Update `prettier`, `prettier-plugin-java` and `@ionic/prettier-config`. Update the code style to latest `@ionic/prettier-config`, specify the `prettier-plugin-java` in the `prettier` npm script as version 3 doesn't detect plugins automatically. Published as `0.17.0-0`...
create `.eslintignore` and `.prettierignore` files. Manually lint problems on `web.ts` file about missing return types. Fix other lint problems with `npm run fmt` command
And other changes from the latest plugin generator
Make Android behave as iOS for "DEFAULT" style, change the status bar text color based on the app theme. Note that it's a breaking change, so shouldn't be merged until...