Search found 11 matches

Go to advanced search

by Troy Koss
Mon Sep 11, 2017 2:02 am
Forum: Issues
Topic: Can't navigate to start page anymore after builder update
Replies: 10
Views: 1791
 
Jump to post

Can't navigate to start page anymore after builder update

@Bernie - Were you able to debug with the weinre console?

by Troy Koss
Mon Sep 11, 2017 1:28 am
Forum: Issues
Topic: Navigating to a specific page after clicking a push notification
Replies: 12
Views: 2266
 
Jump to post

Navigating to a specific page after clicking a push notification

Serhil - Why doesn't "navigateTo()" work?

by Troy Koss
Wed Sep 06, 2017 3:11 am
Forum: Issues
Topic: Navigating to a specific page after clicking a push notification
Replies: 12
Views: 2266
 
Jump to post

Navigating to a specific page after clicking a push notification

It's in the docs: Add this to your index.html page of your app in the init() document.addEventListener("push-notification", function (event) { if(event.detail && event.detail.additionalData && event.detail.additionalData.route){ // do stuff } }); Only problem I have is that...
by Troy Koss
Sat May 20, 2017 12:40 am
Forum: Issues
Topic: Platform Maintenance on May 21 [Completed]
Replies: 3
Views: 1004
 
Jump to post

Platform Maintenance on May 21 [Completed]

When is the ionic 2/3 - angular 4 update coming?

by Troy Koss
Fri May 19, 2017 1:57 am
Forum: Issues
Topic: How can I control the slide panel visibility in Angular JS (Ionic)?
Replies: 19
Views: 2388
 
Jump to post

How can I control the slide panel visibility in Angular JS (Ionic)?

The only problem is on every page i have to then turn it back on right?

by Troy Koss
Wed May 17, 2017 4:37 am
Forum: Issues
Topic: How can I control the slide panel visibility in Angular JS (Ionic)?
Replies: 19
Views: 2388
 
Jump to post

How can I control the slide panel visibility in Angular JS (Ionic)?

Hello - I'm not seeing a solution for hiding the menu side bar on select pages. I want it on most pages but on a few I want to hide and disable the menu.

by Troy Koss
Tue Apr 11, 2017 2:53 am
Forum: Issues
Topic: Angular/Bootstrap project migration to Angular 2?
Replies: 16
Views: 4204
 
Jump to post

Angular/Bootstrap project migration to Angular 2?

Ah I wasn't aware of the angular 2 dependency of ionic 2. We need ionic 2/3 and angular 2. Hurry! :P

by Troy Koss
Mon Apr 10, 2017 10:56 pm
Forum: Issues
Topic: Angular/Bootstrap project migration to Angular 2?
Replies: 16
Views: 4204
 
Jump to post

Angular/Bootstrap project migration to Angular 2?

Could we keep our angular 1 code and utilize the ionic 2/3 library of components? This way we don't have to rebuild the whole app to get some of the new UI improvements to Ionic

by Troy Koss
Mon Apr 10, 2017 4:20 am
Forum: Issues
Topic: Angular/Bootstrap project migration to Angular 2?
Replies: 16
Views: 4204
 
Jump to post

Angular/Bootstrap project migration to Angular 2?

Will there be ionic 2/3 available to work with the Angular 1 apps? Looking to use some of the UI elements from ionic 2 in our Angular app.

Go to advanced search