Property 'comments' does not exist on type '{}'
@vedprakash wrote: Property 'comments' does not exist on type '{}'. Posts: 1 Participants: 1 Read full topic
View ArticleFlags quiz based on ionic
@kom482 wrote: Hi! I'm just want to share with ionic community my newest app "Flags quiz": iOS, Android fc.png375x667 And i have a question.Do we have any service/facebook group to test and get some...
View ArticleHow to filter just the name of the Object on Ionic?
@ygorfraga wrote: I've got a problem. I have a list of cities, but when I use the search-bar, I just want the cities with the same name to appear. Currently i'm trying this: <ion-searchbar...
View ArticleBest practice advice for loading recent chat for users
@zeta wrote: Hello,Recently I developed an Ionic Chat App(my first) after going trough several tutorials. The application realtime chat functionality was developed using socketIO, and the data are...
View ArticleIonic Native Date Picker Android issue
@desicne wrote: I am using a DatePicker Ionic Native plugin. I use two different selects, one to select a date, and another to selectthe time. Both work fine on iOS but with Android I have two...
View ArticleHow to display value base on the key from a array list
@shmu80 wrote: I have an array list such as [ { code: 'M', name: 'Male' }, { code: 'F', name: 'Female' } ] How can I display a list of people information in view if the gender is M, it will display as...
View ArticleMany inserts in the same transaction cause crash in app
@fernandoleal wrote: I have an application that works today 100% online, with data queries directly directed to an API itself.I'm now implementing the ability to save offline queries in SQLite (with...
View ArticleVimeo in Ionic - In app browser
@nst wrote: Hi, Vimeo videos are not playing properly in ionic 2 in app browser, either only the audio comes and video doesn't come. it takes forever to load, or if video comes thn all the play, pause...
View ArticleSliding footer
@Larryk wrote: Right now I have two pages 'test1' and 'test2' both have a footer at the bottom with the same navigation icons. When I navigate from a page to the next, the pages slide just like I want...
View ArticleCutting Top and Bottom IOS after Building with --release
@Othead wrote: Hi everyone, i think i have a really special issue.The ionic app on IOS, at the first launch, is cutting off the bottom and the header. If i restart the ionic app everything works fine....
View ArticleIonic 2 Design Pattern
@crazydeveloper wrote: Hey guys,I would like to know if ionic 2 is MVVM, or not ? thanks. Posts: 1 Participants: 1 Read full topic
View ArticleClose ion-select after open it programmatically
@alexandre_caron wrote: I use @ViewChild to open programmatically a Select box and once is open, I can't close it with the conventional buttons (Done or Cancel). Somebody have a solution to close the...
View ArticleBuilding Android fails with unknown build exception
@Pasinetti wrote: i have this error when i build android... I'have already try to remove and add the android platform, but nothing is changed.Any Idea?Thank you so much. My system information:Cordova...
View ArticleOs.homedir is not a function
@Rasioc wrote: I just updated my ionic project to latest version, now when I want to start it (browser) it only shows the error: "os.homedir is not a function" The line it complains is:...
View ArticleIonic login authentication?
@Nouf wrote: I am trying to do login function in my application but I get this error "response with status 0 URL:Null" and I was hoping someone can help me to fix the problem and can I retrieve the...
View ArticleUncaught (in promise): nav controller was destroyed
@josnyS wrote: Hello guys ! I'm having this issue below, and i really can't figure out what is going wrong with it. Any help or advice would be greatly appreciated. ionic.png578x1028 131 KB Posts: 1...
View ArticleProxies do not work while ionic serve on
@Toplap wrote: Hello, I want to connect my app with some backend, which is on the server.So I set my proxies to that server, so I can access it with ionic serve command.I also getting a message from...
View ArticleRemove internet access requirement
@MarcoSilvaBsi wrote: I'm still playing with Ionic V1 and after a long time developing with it I came to a crucial question: I am now developing a fully off-line app, but is there a way of removing...
View ArticleThemeable browser events
@insightmichael wrote: How do you get this to work? I have: const browser: ThemeableBrowserObject = this.themeableBrowser.create(this.link, '_blank', options) browser.on('sharePressed'), function(e) {...
View ArticleHow can I use Material Design Lite on Ionic?
@ygorfraga wrote: Hello, I've just installed Material Design Lite on Ionic by NPM https://getmdl.io/started/index.html That's the link. But I cannot use it, what's missing? I didn't put anything into...
View Article