Matthew Wheatley
Matthew Wheatley
This is to fix issue [#17 Failed to decode downloaded font ](https://github.com/barbatus/ionic2-meteor/issues/17)
Is there a way to theme an app with Sass variables using this package? Ionic2 documentation (http://ionicframework.com/docs/v2/theming/theming-your-app/) mentions an app.variables.scss file where you can tweak the $colors map. $colors: (...
Failed to decode downloaded font: http://localhost:3000/packages/barbatus_ionic2-meteor/node_modules/ionic-framework/fonts/roboto-medium.ttf How can I get the fonts into my public folder so they are accessible?
I accidentally pressed the home button while I was trying to verify my fingerprint and received this error message: `Fingerprint or device passcode could not be validated. Status -25293.` Not...
bug: The `for` loop iterating the markers for a specified `mapId` will never return a match because the cursor representing the marker ID is being used as the mapId. bugfix:...