Simone
Simone
Yes, I have restarted the system several times. Uninstalled and re-installed: no success....
This is still an issue with the following settings `cordova-plugin-ionic-webview` : 4.1.1 `cordova-ios` : 5.0.1 `ionic-angular` : 3.9.2 I receive this after successfully uloading the ipa to `App Store Connect`...
The issue is not resolved doing ``` rm -R node_modules cordova-plugin-ionic-webview rm yarn.lock yarn ionic cordova plugin remove cordova-plugin-ionic-webview ionic cordova plugin add [email protected] rm -R www ionic cordova build...
@lennihanjohn I have tried your solution, but I still get the error. Here are my development settings ionic: 5.0.2 cordova: 9.0.0 gulp: 4.0.1 swift: 5.0.1 xcode : 10.2.1 macOS :...
Is it possible to use text-to-svg without gulp? Actually I would like to use it bundling with browserify
@shrhdk thanks for your reply. How do I use that script, I have included in my main.js the row ``` require("text-to-svg/build/test/browser.js") ``` but it prompt an error: Cannot find module...
Even the command `npm run build ` does not work. It says > no gulp file I have node v 7.0.0
@ToniKorin Could you give some hints on how to write a Cordova Plugin that solves this issue and is compatible with cordova-plugin-autostart? I have never written a Cordova Plugin
> > Hello, does anyone has a working solution working in javascript side? I am using Ionic and have not access to native Java > > tenes que ir a...
@mlota After updating to [email protected] the error becomes **Error: Cannot find module "aws-sdk/global"** It seems amazon identity is trying to include aws-sdk/global without success, even if it has aws-sdk as...