Ion alert issue
@Madhawa wrote: How to set Ionic 3 Alert to Select list (input select) //alert doPrompts() { let prompt = this.alertCtrl.create({ title: 'Cash In ($)', message: "", inputs: [ { label:'Amount', name:...
View ArticleFreezes on ios11
@Tatyana_Lesovaya wrote: Hi. I have the app on ionic 2 and angularJs. Everything works fine except ios11 (on emulator also everything is ok). There are no steps for this freezes. It’s really random....
View ArticleChange transparancy of page when spinner is loading
@Nubdienub wrote: How can I change the transparancy of the area behind the spinner when it is shown (they grey area pointed at with the arrow). I want the entire screen to be white when I load some...
View ArticleError building application for iOS
@andreven wrote: Hello everyone. I’m having some troubles while trying to build my application for the iOS platform. error message: ld: file is universal (4 slices) but does not contain a(n) armv7...
View ArticleDevApp: plugins not installed
@HamdySdiri wrote: I try to use Dev App. I face this error: console.log: deviceready has not fired after 5 seconds. console.log: Channel not fired: onFileSystemPathsReady console.warn: Ionic Native:...
View ArticleOpen a hidden div when swiped up
@jeelani wrote: i want to hide a div placed at bottom of the page when i swipe from bottom the div should be available Posts: 1 Participants: 1 Read full topic
View ArticleIntegrating Javascript Web chat plugin
@funkyidol wrote: All, Im trying to integrate Applozic chat platform to my Ionic 2 Project which I wish to export to Web, Android and iOS. Using the sample as a base and created the applozic.js &...
View ArticleMax length of message on toast controller
@JAR19 wrote: Does the toast controller have a max length for the message? When I try it with more than a few words the toast is not displayed. Posts: 2 Participants: 2 Read full topic
View ArticleAdd more forum categories?
@JAR19 wrote: It would be helpful to expand the list of categories to include the list of components covered in the Ionic home page - I tend to think the category ionic be too general. Posts: 1...
View ArticleShowing maps with markers
@khalilben wrote: Hi, I Have a JSON code { id: 1, title: "Rabat", latitude: "33.9886539", longitude: "-6.8708246" }, -{ id: 2, title: "Kenitra", latitude: "34.249519", longitude: "-6.589254" }, -{ id:...
View ArticleCreate a User Profile Page FireBase
@iconio wrote: Hey guys! I’m new on ionic and Firebase and I’m having a big error. I’m creating a E-mail and Password login using Firebase as database, the login is fine, it works like it’s supposed...
View ArticleDynamically enable/disable the checkbox
@charlestsmith wrote: Im working with checkboxes, what I want to do is disable/enable it on certain condition. but the problem is disabled=true is working but disabled=false is not, is there any way...
View ArticleProd build crashes with latest app-scripts
@slowkazak wrote: Hello, i have some problems with latest ionic ver. it my package.json { "name": "b2safe", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/",...
View Article"data is undefined" #Ionic3 #Fetch #Http
@dearblackswan wrote: Hey, i’m a complete beginner and i don’t understand what i’m doing wrong. my component.html : <h2>Hello</h2> <h2>Your in "{{data[0].team_name}}"</h2>...
View ArticleAlert Buttons Color
@EARES wrote: I am trying to set color to my alert button I tried so many thing but still like gray color. 1.I try “cssClass:” but it didnt work, 2.I try css like : .alert-button-md: #color code but...
View ArticleIonic tinder swap
@EnzoDLP wrote: Hi, I would like to integrate on my application a page, like the home of tinder, a “parade” on the left and right but I do not know at all how to do, someone has an idea? Thanks Posts:...
View ArticleGetting the data from the list to an AlertController
@sam1408 wrote: Hai friends. I am new to Ionic development and I’m trying to implement an ecommerce app. So I have a list of items wrapped around *ngFor and I implemented ‘onLongClick()’ function...
View ArticleError: Failed to fetch platform cordova-android
@AllartSoftworks wrote: I’ve got this problem: allart@allart-vm-lubuntu:~/Documents/apps/MyApp/myapp$ ionic cordova platform add android > cordova platform add android --save Using cordova-fetch...
View ArticleFirebaseObjectObservable import throwing an error
@bmcgowan94 wrote: Hi, I am trying to import the FirebaseObjectObservable from ‘angularfire2/database’ but it seems an error is throwing saying this is not recognized as an import. Has this been...
View ArticleHow to format text in html? - See Image
@Nissius wrote: Hello! I need help formatting a text that I get from a webservice. Print Screenshot_1511205850.png768x1280 69.8 KB Code: <ion-list> <div ion-item> {{resultado.conta.NOME}}...
View Article