Css animation and ion-button
@kilomat wrote: Hello, Do you have any idea why [disabled]=“codePin” doesnt work when I have class=“animated fadeInUp” ? <button type=“submit” [disabled]="!codePIN" ion-button large block round...
View ArticleError: Missing locale data for the locale "pt-BR" ionic 3
@gceduvieira wrote: Error: Missing locale data for the locale “pt-BR” ionic 3 import { BrowserModule } from ‘@angular/platform-browser’; import { ErrorHandler, NgModule, LOCALE_ID } from...
View ArticleLoad external custom component with ion-segment
@Hanzo wrote: Hi It is possible to select a external custom-component depends on a click on ionic segment button? Something like this: <ion-header> <ion-segment mode="md"...
View ArticleChange variable name JAVA_HOME
@LucaNoventa wrote: Hello to everyone, I’ve an issue when I launch the command ionic cordova build --release android Cattura.JPG1182x193 35.7 KB I cannot change the variable JAVA_HOME because others...
View ArticleActionSheet - center text on button
@JAR19 wrote: Help - I am going round in circles trying to get the text on the buttons on an action sheet to be centred. Has anyone been able to achieve this? Posts: 3 Participants: 2 Read full topic
View ArticleForm with a choise dependance
@cawebdev01 wrote: Hello, I’m building an app in wich I want to have a form with a first select and when the user choose an option, it make apere an second select with the specifique choise (relative...
View ArticleloadingCtrl dismiss if the data is empty
@HamdySdiri wrote: I am trying to dimiss from th loadingCtrl when the data is empty This is my example: constructor( private loadingCtrl: LoadingController, ) {...
View ArticleSincronizar Sqlite nativo com API REST no ionic 3
@Isaias1 wrote: Boa tarde a todos, sou novato em desenvolvimento e estou desenvolvendo um aplicativo de tarefas que é salvo localmente, agora que sincronizar com um webservice, a API REST já foi...
View ArticleIon-footer and ion-tab overlapping
@lfxsantos wrote: Captura de Tela 2018-02-01 às 15.24.11.png874x190 11.6 KB I’m tryng to use ion-footer in a page with tabs but in some cases the footer goes to below of tabs. Do you know what I’m...
View ArticleIonic build is not working after installing android studio 3.0.1
@satyagvns wrote: I don’t know, what I screwed up here. I am unable to run android build sh-3.2# cordova clean android ANDROID_HOME=/Users/satya/Library/Android/sdk...
View ArticleHow to hide statusBar in one tab and show in another?
@fabiojunior wrote: Hello! For my first post here i need some help to implement this statusBar behaviour in my app. How can i hide the statusBar in specific page and show in another? In example, when...
View ArticleXcodebuild error: Unable to find a destination
@beck24 wrote: When I try to build using ionic cordova build ios I’ve started getting this error. Any idea how to solve it? xcodebuild: error: Unable to find a destination matching the provided...
View ArticleIon-toggle Question
@HoangTDI wrote: Does ion-toggle support (click) event? currently I see it only supports (ionChange). This is a not working for my case because I have an array of ion-toggles. Depend on the value of...
View ArticleHow can I change the button background color on click in ionic 3 app
@shivaniunomaha wrote: I have a quiz app where when I try to change the color of the selected button on the click, the color of all the button changes. I am trying to access the index of the button...
View ArticleKeyboard pushes everything up
@barreola wrote: Why is showing the keyboard like this? I was handling .scroll-content but I removed it and was like same. This is the screenshot when I run it on device. (Nexus 6)...
View ArticleCannot connect to my local spring server
@stifspear wrote: I have created a local spring server for communication between different clients. Native android app can connect to the server but ios app cannot connect. How to connect my ios...
View ArticleVideo element is over buttons on native ios app
@stifspear wrote: I am working on a video call app. When I am running my application as native ios application then the buttons are hiding behind the video overlay. z-index is not working. I have...
View ArticleBackground-fetch plugin
@bialabs wrote: Anyone using this plugin? https://github.com/transistorsoft/cordova-plugin-background-fetch It’s working on Android and iOS? Can i do an http.get(lan.ip) every 15 minutes? What happens...
View ArticleCORS Issue with Images / toDataURL
@bschmuck wrote: I am trying to use the following code to convert an image from an S3 bucket into a base64 string. However, I have two issues I am currently facing: If I use img.crossOrigin =...
View ArticleError in your gulpfile
@DigiWolf wrote: Getting the below error when I try to build for an android device… Initially when I use ionic cordova run android --device I get Cordova is not a valid task. If I leave out the...
View Article