Disable tabs on home page
@TheMiraz wrote: I use Tabs and I can disable tabs only homepageHow to do ?I have 4 pages HomePageSecond PageThird PageTabs Page My root page > HomePage Posts: 1 Participants: 1 Read full topic
View ArticleBest way to handle authenticated areas in app?
@Audrey84 wrote: I have some pages in my app that should only be accessible after the user logged in. If the API indicates he uses auth, he should be shown the login page again. What are the best...
View ArticleError when i run the comand "cordova build android"
@Espemss wrote: image.png1271x688 30.7 KB Please I need help Posts: 4 Participants: 2 Read full topic
View ArticleHow to call methods of other java classes while creating plugins for ionic?
@saty932 wrote: backgroundservicewithalarm.png1366x768 228 KB backgroundservicewithalarmjs.png1366x768 151 KB MainActivity.png1366x768 223 KB MainReceiver.png1366x768 161 KB MyTestService.png1366x768...
View Article*** process.env.ENV is not defined, assuming 'prod' env
@Audrey84 wrote: I have this warning in my console every time I open my app. It is probably harmless, but I want to know why this is appearing and who is causing it: *** process.env.ENV is not...
View ArticleComponent color change (cache or someting else)
@akkayahu wrote: Hi, I am new developer on ionic framework I try to change navbar color but it does not work its my scss: $colors: ( navbar-color: #5c6bc0, primary: #488aff, secondary: #32db64,...
View ArticleHow to lazy load images?
@Audrey84 wrote: I have a long list of items with images. I only want to load the images when the items are actually to be scrolled into view. Are there ready made libraries or implementation for that...
View ArticleHow to best load images from rate-limited host?
@Audrey84 wrote: I have to load images from a host that rate limits requests to ~2 per second. When scrolling in a list with many images, all loaded from the same host, that causes problems of course....
View ArticleHow to cache images locally?
@Audrey84 wrote: Of course the webview has its own cache so requests for the same URI doesn't necessarily hit the pipe every time. But it would be much nicer if I had a local cache I can control. Are...
View ArticleIs it possible to use Ionic simply for the UI on native applications?
@anthonypurington wrote: I'm fully aware of what Ionic is capable of, however, I am redesigning the front end of my company's app and the functionality is already done. The UI just needs a face lift....
View ArticleIonic atlas progress bar looks great, but how do you get it working?
@mkanmori wrote: Hi all, I'm trying to get the following plugin working in my app. Ionic Atlas Progress I'm stuck on pretty much the third step, Add the plugin to your app:angular.module('yourApp',...
View ArticleGrouping entries in list by first letter
@vithika wrote: I got my contact list in sorted order too,but I want to get letters at starting of every new alphabet....like a the contacts with a ,b then contacts with b ,,,means grouping..I am not...
View ArticleHow to properly re-render a component in Ionic manually
@HugoPetla wrote: How to force a component re-rendering in Ionic 2, is that possible? I want to update my current component to show the new value that have been changed and shown the correct value....
View ArticleHow to begin with ionic?
@agnero wrote: Hi i want to begin by give my escuse for language i'm a french guy and the barrer of language is so big ! I have juste discover Ionic 3 and her possibilities , i decide to learn it , On...
View ArticleUndefined Properties in nested Component
@riddlerdev wrote: I am trying to use the MaterialModule in a component of one of my pages as well. Do I need to export it in my Page @NGModule or ? Right now the component cannot seem to access the...
View ArticleChange meta tags in PWA
@jczaplewski wrote: I have a progressive web app that has a page that displays images. Currently, when a user shares a URL to an image (/image/123) on Twitter or Facebook there is no image preview...
View ArticleIonic 2 delete images from php server
@iamsinghchandan wrote: hii,how to delete selected uploaded images from php server Posts: 1 Participants: 1 Read full topic
View ArticleI have x tasks to execute. How to execute y in parallel until all are finished?
@Audrey84 wrote: I have to make lots of HTTP requests for data to an API. I have a service with functions that give me the expected results via promises. My initial thought was to put the requests...
View Article(click) handler on dynamic text
@OutdoorsBlogger wrote: If somebody could point me in the right direction, it would be hugely appreciated - I'm just not sure what to search for (term, concept, component, etc). And if code snippets,...
View ArticleHow to change the width of ion-tab
@circlei wrote: Hi, can anyone tell me know to adjust the width of a ion-tab. Currently all the ion-tab are of equal width but I want one of them (the left most one) to be wider than others. How can I...
View Article