Navigating between pages
Hello can you please tell me how can I navigate from page to page using ionic2 thank you
View ArticleIonic2 typescript project with cordova plugins
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleNavigation in Ionic 2
Hi,i am tring to navigate to another page, and on click the new page pops in bat the first page still exist on the view.MY CODE:import {Page, NavController} from 'ionic/ionic';import {SignupPage} from...
View ArticleThe web page popped by ion-item has duplicate ino-nav-view,and the scroll...
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIonic2 Popup is missing
Hi @brandyshea, can you explain us how to customize an alert please ?If it's possible ?
View ArticleBack button exits the app in Android even though we are navigating from a...
I have the same problem. If you comment those lines, code works well, It seem a priority problem.
View ArticleIonic Push can't have Android and iOS device tokens for one user
I have managed to setup my Ionic app so that when a user logs in, it stores their Android device tokens, or iOS device tokens on ionic.io with their user id attached. My problem is that when I open...
View ArticleNavigation in Ionic 2
Have you made sure that all of the imports are correct and are there any errors in the console?
View ArticleMissing splash screen image on android device
Hi, I want to display a splash screen on actual devices when anyone opens my app on mobile. I added a splash screen and its showing on iphone but not on android. Kindly hep me to fix this issue.
View ArticlePassing tabs NavParams to tab
An easier way of doing things is to create an injectable params service as below. You can use this to pass params directly to a tab or multiple tabs rather than using the NavController. This is only...
View ArticleUsing a webpack-dev-server proxy
I'm looking for that proxies a few day ... added a proxies as you put it there but now returns me this error: POST http://localhost:8100/api/acesso net::ERR_CONNECTION_REFUSED What might be happening?
View ArticleIonic2 typescript project with cordova plugins
Hi I've used the Typescript definitions as published on https://github.com/DefinitelyTyped/DefinitelyTyped. Great stuff there. For emailing I had to use the typings for cordova and cordova email...
View ArticleNavigation in Ionic 2
yes, i get the import correctly:from the welcome page:import {SignupPage} from '../signup/signup';and i get the signup page content on click, the problam is that the view keep welcome page and signup,...
View ArticleonPageWillEnter/OnPageDidEnter not fired
efishman: Hello all, I have figured it out - as Tom said, it occurs on tabbed project - what happens actually is that the TABBED page is actually the one that the onPageWlllEnter (or DidEnter) is...
View ArticleThemes for Ionic 2
Hi, we are building an app with Ionic 2. We want to give it a 'professional' look.The official docs does not cover in details how to build a theme for the app. We did not found any theme for Ionic 2...
View ArticleHow can I package my Ionic project for upload to Moodle
Hi,I am having a problem with ionic.I tried to zip my root folder but I am getting errors. Does anyone know of any other way of compressing an ionic project.I need to compress my project into one file...
View ArticleStrange sliding using ngFor in ion-slide
Hi, In my Ionic2 TypeScript project, I have a simple ion-slides implementation where slides are added from an array: <ion-slide *ngFor="#slide of slides">. In addition to these dynamically...
View ArticleNavigation in Ionic 2
strange, in chrome emulating Android, it works 100%, on ios it dosent work at all, i tryed playing with config, still nothing:config: { platforms: { mode: 'md', ios: { pageTransition: 'ios-transition'...
View Article