Brad Wertman
Brad Wertman
I'm using [Ionic's ng-cordova social sharing plugin](https://github.com/driftyco/ng-cordova/blob/master/src/plugins/socialSharing.js) to generate a pre-filled email to send. I want to include the QR Code I'm generating using angular-qr. It seems that Gmail is...
When new routes are generated using "yo angular-ui-router:route myroute" the new states are generated above '$stateProvider' in the app.js Angular module. This causes the following error: "Uncaught Error: No module:...
I'm trying to repurpose the circular slider as a temperature thermostat. Is there a way I can limit the travel of one icon to only traveling along a half circle?...
I've wrapped `ActionSheet` in a class component, call it `MyActionSheet` with some standard styling that I plan to use throughout my app. ``` import React, { Component } from 'react'...
I had been successfully doing HTTPS GET requests to `https://inventory.data.gov/api/action/datastore_search` on iOS devices. Now I get errors such as; `NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)` and `nw_coretls_read_one_record tls_handshake_process: [-9824]` I...
I am getting the below error when trying to build my cordova/ionic app for android. No issue with iOS build. ERROR [2018-03-14 12:44:35.77]: Shell command exited with exit status 1...
### What is the problem? I have an array of objects with 3 properties on each; time, salinity and volume. When I switch from rendering time and salinity to rendering...
I'm using :focus and :valid pseudo selectors in my css to move my input placeholders from within the input field up above the respective field as a label. The angular-datepicker...
I had this working previously on my ionic application. I confirmed this is only on mobile by running ionic serve to run the application in my Mac's Chrome browser. See...
I had images loading from Firebase Storage via the url their service provides when the image is saved there. I've added ionic-cache-src per the docs and added the `encode-uri="false"` with...