Richard Lyttle
Results
2
issues of
Richard Lyttle
Environment info: cordova-plugin-ionic-webview 3.1.2 ionic-angular 3.9.2 cordova-android 7.1.4 Running into a problem on Android where the following will intermittently produce either file URIs starting with "http://localhost" or "undefined" ``` let...
needs answer
Getting `Uncaught ReferenceError: exports is not defined` upon loading my webapp ### Details Angular 12 webapp In package.json: `"changedpi": "^1.0.4",` `"node_modules/changedpi/dist/index.js"` added to angular.json under architect.build.scripts `declare module 'changedpi'` added...