Creating persistent ionic-menu across all the child pages
@zainulabidin wrote: Hello, I have a component @Component({ selector: 'header-card', templateUrl: 'header-card.html' }) export class HeaderCardComponent { text: string; constructor(public menuCtrl:...
View ArticleSetting initial slide number after loading slides from external resource /...
@piotrde wrote: Hey, I have an ion-slides with ngFor inside. More or less: <ion slides> <ion-slide *ngFor="let item of items"> <div item-card [item]="item"></div>...
View ArticleHow to save image file device gallery
@rajeshtbabu wrote: Hi , kindly advice how to save image file to device gallery..... thank in advance Posts: 1 Participants: 1 Read full topic
View ArticleNpm install fails after git clean
@ercarignan wrote: I've been working on a new project and now, after initially checking it into git, I did a git clean to make sure that someone else would be able to checkout and get all the...
View ArticleIonic lazy loading
@arfiqbal wrote: i just upgrade my cli to latest version i.e 3.5 now its not generating module page for lazy loading as before . Posts: 1 Participants: 1 Read full topic
View ArticleIonic StremingMedia plugin not working on ios device
@voltinternet wrote: I'm pretty new to ionic. I'm trying to get the StreamingMedia plugin to work. I followed the instructions in the documentation. The plugin works in the simulator and also on...
View ArticleAndroid not receiving push notifications
@amdev wrote: Recently built a Ionic 2 app using the latest version of Ionic, Cordova, Phonegap, etc. When sending push notifications my iOS devices receives and handles the notification fine, but my...
View ArticleIonic-native/file unexpected behavior, 1: NOT_FOUND_ERR
@felipesuero wrote: So I'm working on an app. One of the steps the app takes is that when you take a picture it saves it localy, in this case, to file:///data/user/0/appname/cache/ Saving the file is...
View ArticleHow to make the non-lazy-loaded generated pages lazy-loaded again...
@Sujan12 wrote: Newly released Ionic (ionic-angular) 3.5.2 and app-scripts 2.0.2 changed the behaviour of ionic generate page (or ionic g page) to not generate lazy loaded pages any more, but do it...
View ArticleVerifying JWT token after auth
@bartrbrand wrote: I'm using Ionic Instagram provider in Ionic Cloud for user management. I also have a WebAPI backend that provides data to my app. Now, I want to secure my backend data API so only...
View ArticleHow pass data from provider to page
@AntoninRebillon wrote: hi i have a login sytem and a list of datas (basic : date and title) with firebase One page : account , on open i have a provider and get account infosSecond page : display...
View ArticleKatex in Ionic
@Bhekor wrote: Hi guys, am planning on using Khan katex math library p in my app (ionic 2/3), I was able to get it working but the problem comes when I tried to use a function e.g \sqrt{a + b}.The...
View ArticleIonic 3: Lazy loading of pages fails if no internet connection
@ptsimpso wrote: I've set up my project according to the Ionic announcement here: http://blog.ionic.io/ionic-and-lazy-loading-pt-1/. Everything works perfectly when there is even poor networking...
View ArticleNavParams: undefined parameter caused by double (automatic?) load of a page
@Stickse wrote: Hi to everyone,i'm trying to send a parameter from a first component to a second component in this way (only relevant code of first component, if i try this.navCtrl.setRoot etc i get...
View ArticleHow Ionic bundles SCSS files?
@aneurysm wrote: hi there everybody, I've been wondering how it bundles all the .scss without using component's 'styleUrls' property how it recognize all the files and bundles them nicely. thanks a...
View ArticleCordova plugin not saving to iCloud
@richardmarais wrote: I am using Ionic with the following plugin: cordova-plugin-icloudkv to persist data in Apples iCloud. I call: sync(successCallback/*(dictionary_with_all_sync_keys) then:...
View ArticleError in InAppBrowser while using custom auth
@dkhaupt wrote: I'm building an Ionic app to interface with an existing backend, and attempting to integrate custom Auth since I already have users, a whole authentication system, and so on. I've...
View ArticleIonic 2 viewchild(nav) push not function
@wildwolf2015 wrote: hi in app.component im using @ViewChild(Nav) nav: Nav; and for go to another page im using this.nav.push(PrivacyPage); but when i want use viewchild in another page not working...
View ArticleTypeError: Cannot read property 'email' of undefined
@sort wrote: Hi, I created a project with firebase. A user was created successfully by email and password. Now, i am trying to login with this email and password but It is not logging and gives an...
View ArticleCorrect ionic structure - single ion-header for whole app
@royibernthal wrote: I have an app.component with ion-nav that displays all my pages, along with ion-header which contains ion-navbar. Each of my pages contains solely ion-content without ion-header,...
View Article