Ionic storage.get show nothing
@sagar290 wrote: Nothing show in tabIndex constructor(public storage: Storage) { this.storage.get('tabIndex').then((val) => { this.tabIndex = val; }) console.log(this.tabIndex); // its return null...
View ArticleMake requests every x seconds
@ljulia wrote: Hello, i’m building an app of bus trips. The app lets you select a trip and shows you the current status of the trip (if it’s in time or delayed, and where the bus is). Once the user...
View ArticlePut color in a label
@JulioNicolasPapp wrote: Hello everyone! I have a problem. I need to put the label ION-NOTE color. In item.color I can put the color in itself, as well as ‘true’ or ‘false’. How can I put the color to...
View ArticleCenter buttons in footerbar
@mdline wrote: Hello, I have two buttons in my footer bar which I want to display in center with a space between the two buttons. <ion-footer> <ion-toolbar text-center="">...
View ArticleCan I change the tabs root directory by dynamically?
@sagar290 wrote: how can i change ionic tabs root page when i click dash board? Screenshot_4.png327x577 19 KB Note: I am using ionic2-super-tabs Posts: 1 Participants: 1 Read full topic
View ArticleIonic Native - SQLite
@adeelshahzad wrote: /* Mostly code from devdactic (Simon Grimm, best Youtube Chanel for ionic tutorials) and ionic website. This is code for SQLite database in ionic app. But there is an issue, when...
View ArticleERROR: Build error
@antomanzur wrote: I’m trying to build the application from the terminal and something goes wrong. Do you know how to solve it? I’m trying to find a solution and I can not: /. It would be very useful...
View ArticlePush Notification Setting Page
@shahzadmalik wrote: How can i make a page inside my App where my users are given an option to select which notification they want from my WordPress Blog posts. like news, sports, Food etc. I don’t...
View ArticleIonic pushing to firebase, child
@perenyitamas wrote: Hello, In this sample code i am pushing data to sample folder in my real time database. However i need an object where the imglinks are in a child in sample folder like...
View ArticleHow to add icon to label at alert box
@rsa wrote: I want to add Icon to lable <ion-icon name="star-outline"></ion-icon> let prompt = this.alertController.create(); prompt.setTitle('rating'); prompt.setMessage(text);...
View ArticleGoogle map marker value outside the addListener- Not working
@ayubIonicpro wrote: Hi Ionic family, I’m trying to get the value of marker outside of addListener when marker is dragged by user and don’t know how to call another function inside addListener or get...
View ArticleHow to use ion-tabs now with Stencil + Ionic4
@isik wrote: Hi, I am developing with Stencil + Ionic4. I have started with Ionic PWA Toolkit which includes a beta verison of Ionic4, and itself a beta. I want to have a tabbed app and successfully...
View ArticleMake data persistent (Firebase/AngularFire2)
@Perspecto wrote: Hi, I developed an app with ionic 2, using Firebase through AngularFire2. I have an issue with the offline behavior. When I am offline, I can log into my app (which is just fine),...
View ArticleUpdate Profile Picture
@IngIku wrote: I have an application that allows users to select an image from the gallery of their device or camera and I want users to be able to update their profile picture. How can this be done?...
View ArticleCorrect usage of Ionic storage (best practise)
@coffeeee wrote: Hey guys, there is no detail into how the Ionic Storage operates. Hence I struggle with the most efficient usage. I am using a provider to operate on my Ionic storage collections. I...
View ArticleCan i deploy wab application from ionic app?
@developer_med wrote: Hii guys i’m working on a project which client asked for a android and ios app so i’m dev that using ionic 3 and he asked me also for a web version of the same mobile application...
View ArticleTurn off a google maps native event
@MoreFlores wrote: Hi, I have the next google event and I want to implement a button where cancel this event markersPartida() { this.map.on(GoogleMapsEvent.MAP_DRAG_END).subscribe(() => {...
View ArticleCan not read property name
@surumulluprudhviraj wrote: <!-- Generated template for the LoginPage page. See http://ionicframework.com/docs/components/#navigation for more info on Ionic pages and navigation. -->...
View ArticleBackground sync at specific time Interval.
@amitvikram wrote: In one of my requirement,I have to scan BLE device ,connect and get some data at specific time interval (e.g. at every 3 hours) in background. I have to sync BLE Device data in the...
View ArticleWowza GoCoder streams streams and plays
@RussellNeeley wrote: I need to build an app which can capture video for stream on Wowza app and on other hand, it can play any broadcasted video. Is there any plugin or sample to guide how can I...
View Article