Questions tagged as 'ionic'

1
answer

Include of non ionic css

I need to call a css block, depending on the condition, on an ionic view. I'm trying to do with ng-include, but it does not work. <style type="text/css" ng-include="templates/style.css"></style> or with div <div ng-include=...
asked by 22.02.2018 / 13:55
0
answers

External variables in SCSS Ionic

In my CMS I'm writing all the color configuration data and would like to pass this values to the scss file per variable. Like this $default_color: {{variavel_aqui}}; Anyone know if it's possible ??     
asked by 08.02.2018 / 17:58
0
answers

Notification with ionic and laravel

I'm developing an App in Ionic (version 1) and using a WebService with Laravel . But when I update the request status of a client, I need a notification sent to that client. I looked at some plugins like phonegap-plugin-push, cordova-p...
asked by 17.02.2018 / 14:01
1
answer

Ionic / OneSignal - Error changing default notifications icon

I'm trying for some time to change the default notification icon of OneSignal using Ionic, but until then, to no avail. I followed the suggested steps in the official Ionic documentation, created the file 030_copy_android_notification_icon...
asked by 06.02.2018 / 05:06
1
answer

Button colors created in Ionic Creator do not stay in the project as in mockup

I created a layout using Ionic Creator, I exported but button colors and other elements created (in Ionic version 3) are ALL blue. Here is an example code: <div id="wellFit-button-bar1" class="button-bar">...
asked by 05.02.2018 / 19:09
0
answers

Error generating APK on ionic 3

I have the following error when I give the following command: ionic cordova build android. Can someone help me? What is the solution? Exception in thread "main" java.util.zip.ZipException: error in opening zip file at java.util.zip.Zip...
asked by 31.01.2018 / 05:21
0
answers

Native Android Camera Title

I have a project in Ionic and Cordova, it accesses the camera right, however the title comes by default "Get Picture", can you change?     
asked by 29.01.2018 / 17:29
0
answers

How to use Ng Cordova ImagePicker on Ionic 1?

I'm using Ionic version 1 and the ng cordova $ imagepicker plugin. I have already resolved the dependencies. But it is giving error because it does not recognize the getpictures () method on the Controller. For this plugin to work do you need th...
asked by 03.02.2018 / 13:45
0
answers

configure sqlite on ionic

Hello, I'm a beginner in ionic and I'm trying to use sqlite, but without success, the tutorials I read explained that I would have to configure the app.module.ts file, but I can not find such a file. One could go one step at a time, Thank you...
asked by 05.02.2018 / 22:03
0
answers

getDay () method Ionic inside and outside the constructor, error! - Typescript

Good afternoon guys, this is my first post here on stackoverflow so I apologize if there is any error .. My question is this: I'm working with Ionic and I need to "get" the day of the week and turn it into a number to be able to work with con...
asked by 03.02.2018 / 16:03