Pedro Nunes

Results 5 issues of Pedro Nunes

I'm using Ionic and Ionicons packaged is installed by default, so my question is: how can I use this library with ionicons? Thanks in advance

question

**Is your feature request related to a problem? Please describe.** I have a horizontal scrollable list that doens't work well with the swipe gesture to change between tabs. Even with...

### Version Master ### Platform Android ### OS version Android 8.0 ### Steps to reproduce 1. Beacons.addIBeaconsDetection() 2. Beacons.BeaconsEventEmitter.addListener('beaconServiceConnected',.... ``` componentDidMount() { Beacons.addIBeaconsDetection(); this.beaconsServiceDidConnect = Beacons.BeaconsEventEmitter.addListener( 'beaconServiceConnected', () => {...

Hi, I'm getting the follow error after adding the paste plugin and setting to true the paste_as_text in the tinymce.yml file. ![screenshot_1](https://user-images.githubusercontent.com/17788348/49799854-e9137900-fd3d-11e8-80b1-2b072168e47e.jpg) I get immediately that error when I press...

I'm trying to show in a calendar the month and year only but depending on the locale the month can be on the first place or at the end. I've...