Ionic 2 app Read sms from message box
@amitsarma wrote: hi all could you suggest me how to read message from message box in ionic 2 app Posts: 1 Participants: 1 Read full topic
View ArticleHow to make book flip view in ionic?
@droid16 wrote: I want to make a book flip using an image, I can do this thing using jquery framework but I don't know how to do in ionic. please check the link...
View ArticleIonic dropdown style overriden by Android
@thaker wrote: Hello, I am developing app on ionic and I am very happy with ionic, one major issue I felt on ionic by developing an app for android, ionic gives styles for dropdown here...
View ArticleProblem with ionic2-pincode-input
@988 wrote: I have one issue in this plugin.Why password does not appear in my device Posts: 7 Participants: 2 Read full topic
View ArticleAttachment in Mailgun
@nickbleyen wrote: Hello, I'm struggling to add an image as attachment. I looked around on stackoverflow, this forum and the mailgun API documentation but i just can't figure it out. This is what I'm...
View ArticleUse ngModel with Prompt Alerts
@Petalomine wrote: Hi, I'm trying to use ngModel with Prompt Alerts. Is it possible ?Where can I insert my [(ngModel)]="password" in the following code :Prompt Alerts : alertEncryptMemo(){ let alert =...
View ArticleUnderlined text inputs
@Larryk wrote: When I click a text input in my app it is underlined, how do I disable this? Posts: 2 Participants: 2 Read full topic
View ArticleIonic/Angular FormGroup intellisense
@codiqa100031834 wrote: Hi All, Does anyone here know of a way to get any kind of useful typescript intellisense on FormGroup controls? i.e. form.controls.whateverPropertyYou'reLookingFor.value I'm...
View ArticleIcon and Splash screen - how to?
@richardmarais wrote: Hi All, I am using Ionic3. I am trying to create a custom icon and splash screen for my app. I created an icon.png (432x193) and splash.png (6135x2733) in the resources folder. I...
View ArticleHow do I export an Xcode project?
@Daniel_x wrote: A friend of mine has been working on a project in ionic and has sent me a zip folder with some files like "bower.json" "gulpfile.js" a few other things and some folders and something...
View ArticleIs Ionic enough strong for big Dating platforms
@fthrdmr wrote: Hi Ionic lovers and ionic team, For very interesting project (Dating platform) i am looking best options and solutions. I have a dating platform project and i am thinking about ionic...
View ArticleLog and catch Javascript error in real device
@marcwadai wrote: Hello, Someone has any suggestion about catching and logging javascript error in real device ? The logs that we found in xcode or android sutdio are about native errors. I saw some...
View ArticleIonic 3 - prod build gets error due to AngularFire2 issues
@snstarosciak wrote: Hey everyone, I've noticed this issue with my Ionic build. When I run ionic cordova build ios --prod, I get the following errors: Running app-scripts build: --prod...
View ArticleAndroid build won't respect android-versionCode=X
@christianpugliese wrote: ionic build android, does not respect the version set on config.xml<widget android-versionCode="8" It uses the version set at:Android Studio > Project Structure >...
View ArticleGeolocation alert
@BenjaminTROTIN wrote: Hi !I'm trying to modify or erase this alert, i d'ont know why it appear.Someone knows why ? IMG_1321.PNG750x1334 52 KB home.ts import { Component, ViewChild } from...
View ArticleIssues with ion-row and class styling
@ylemat wrote: I have 2 rows, which I would like different back-ground color, I use to 2 differents class : .ios, .md .top-profil { ion-row{ background-color: color($colors, MyRed); height: 35%; }}...
View ArticleKeyboard weird animation android
@marcwadai wrote: Hello, I have a weird animation when keyboard is showing.It is like he is taking two steps to show. On input focus he will first move the content up and then the keyboard will show...
View ArticleIonic v2 submit infor pressing enter
@jotaeme93 wrote: How do you create a text input that submits the info when the enter button is pressed? I've seen this solution:<form (ngSubmit)="crearJugador()"> <ion-input...
View ArticleIn ionic 2 application.have inserted a json file in assets folder that json...
@MahaRamesh wrote: In ionic 2 application. i have inserted a json file in assets folder that json content must be store in sqlite database how can be this done? Posts: 1 Participants: 1 Read full topic
View ArticleHow to filter firebase array in ionic 3
@alibahjat wrote: hello how i can filter firebase array in ionic 3i used this code to get content of firebase table a assets: FirebaseListObservable<any>; t:any; @Input() search: string = "";...
View Article