J.D Nicholls
J.D Nicholls
Hi man, Check the error detail => http://screencast.com/t/8ketiBYuO6Q4 And my code: ``` $scope.photoBrowser = function(photoUrl){ var myApp = new Framework7({ init: false, //IMPORTANT - just do it, will write about...
Hi guys, Is possible to export the QR code like JPEG or PNG format? Thanks in advance, Nicholls
Hi guys, Do you want add some examples using my Ionic 1.x starter template with ACE? Market: http://market.ionic.io/starters/ionic-starter-template GitHub repo: https://github.com/jdnichollsc/Ionic-Starter-Template Thanks in advance, Nicholls
Hi my friend, I have other idea, what do you think about the following option? ``` /path/to/models ├── user.js ├── schemaOne │ ├── product.js │ └── contact.js ├── schemaTwo │...
Hey mate, thanks for this project! Do you know if WebGL is supported from Wear OS 3? I want to create games for these devices 🙂
Origin: --- temp/ ---------- image1.png --- image2.png Destiny: --- temp/ --- image2.png Using gulp-clean after gulp-newer, temp folder is deleted instead of temp/image1.png What do you think? :)
Hello folks, I was wondering if we can have in this repo something like [Lerna](https://github.com/lerna/lerna) or [NxDev](https://nx.dev/latest/angular/core-concepts/why-monorepos) to create a package for every plugin? Like having a core package and...
Hi man, Currently is very low to run the next test, why? Thanks in advance, Nicholls
Hi Ionic team, Sometimes When I re-open the app on **iOS device**, cordova is not executed.  My app is loading my remote...
Hello folks, hope you're doing well We're trying to run the below patch-package in order to support Buffer and process NodeJS variables with web3 packages such as web3auth: ``` diff...