Skip to main content

Questions tagged [ionic3]

Ionic 3 was the newer version of Ionic, an open source SDK that enabled developers to build mobile apps using standard web technologies (HTML, CSS, and JavaScript). Ionic 3 finally took a back-seat to Ionic 4 in 2019 after 2 years. Ionic 3 was paired with Angular 4 and above.

1 vote
2 answers
11k views

importing angular2/http in ionic 2 has error "cannot find module"

I'm started learning ionic 2 and I have a problem with importing dependency in my app.ts file. when i want use: "import {Http} from "angular2/http"; its show me, error with this subject: [ts] ...
Mort's user avatar
  • 1,461
16 votes
3 answers
5k views

Get data async before a `Page` gets rendered

What is the correct way to get data async before a Page gets rendered? Angular2 suggests the @CanActivate decorator as far as I understand it. Sadly this is not working with Ionic2, at least not for ...
atx's user avatar
  • 266
30 votes
4 answers
16k views

Ionic 2 - global NavBar for the app

In Ionic 1, we have the ability to define an <ion-nav-bar> above an <ion-nav-view>, which serves as a generic nav bar for the entire app and we could turn it off on a per-view basis (using ...
keldar's user avatar
  • 6,222
4 votes
5 answers
7k views

How to hide nav-bar with tabs in Ionic 2?

How to hide nav-bar with tabs in Ionic 2? I only want to hide it in one of the pages excluding others. <ion-navbar *navbar > <ion-title>Item Details</ion-title> </ion-navbar&...
Kim Wong's user avatar
  • 2,097
32 votes
3 answers
31k views

How to use angular 2 service with Ionic 2?

I am new to Ionic 2. I read in angular 2 docs, that service needs to be injected while bootstrap application. But could not see any bootstrap thing while going through Ionic 2 tutorial. Any help is ...
VISHAL DAGA's user avatar
  • 4,228
52 votes
9 answers
60k views

how to check app running in foreground or background in ionic/cordova/phonegap

Is there any way to check whether the app is running in foreground or background in ionic/cordova/phonegap, I need to use it on android and ios, thanks a lot
user1521398's user avatar

15 30 50 per page
1
688 689 690 691
692