How To Tell If Back Button Is Showing
@Jacobcarter wrote: Is there a proven way to determine whether or not the back button is showing in the header? I have tried looking into a variety of properties in Nav and NavCtrl but nothing seems...
View ArticleCreate UI elements Dynamically
@mabothula wrote: Dear All, I want to create some UI Elements dynamically on ionic view. Each entity will have different Attributes, I will get the Attribute Name, Type, etc from an API call, from the...
View ArticleIonic Android build Error: TypeError: Cannot read property 'manifest' of...
@Digiart wrote: Hello everyone. I am new in Ionic and i am facing several issues to build an android apk in ionic 3. Tried many things and now i am stuck on this: Android Studio project detected...
View ArticleBackground image with color overlay over it
@KingDei wrote: Solved. Delete this please. Posts: 1 Participants: 1 Read full topic
View ArticleIonic 3 Image storage issue
@bharned3 wrote: Can someone give an example on the best way to get images from a URL, save to storage and then call back later to use in my app. Here is the code I an trying to use now. GET IMAGES...
View ArticleIonic 4 - using [color] attribute in ion-col throws error
@seanbrice wrote: Hi all, I’m currently migrating a project from Ionic 3.9.2 to Ionic 4.0.0-alpha.7, and have hit an error in 4 which doesn’t occur in 3. I’ve been using [color] as follows for...
View ArticleIonic Background geolocation is not working in Background or minimize state
@pvreddy423 wrote: Hi, Currently we are working on a project which includes background Geo location and we’ll track the person when app is in minimize state or closed state.We tried Background...
View ArticleI cant hit my api through real device
@dorman99 wrote: HELP ME PLS i can hit my api through ionic cordova run browser , but when i try to debug and build it to mobile device , the api wasnt get hitted by my app… any one can help ? Posts:...
View ArticleIonic livereload feature does not work for changes in .ts files while it...
@heliosbridge wrote: Hello, I have a question on ‘ionic serve’ livereload feature. I launch my ionic app in google chrome (using the ‘ionic serve’ command). Then I change one of the html pages of my...
View ArticleIonic cordova run android --prod --device doesn't working?
@dram3vlh wrote: You have been opted out of telemetry. To change this, run: cordova telemetry on. (node:16264) UnhandledPromiseRejectionWarning: CordovaError: Failed to run “javac -version”, make sure...
View ArticlePassing array from page to modal
@JunnyBug wrote: Hi. Anyone here knows how to pass an array in modal? I watched a lot of tutorials online showing to pass only 1 data at the time to modal. My array is managed to be sent to the modal....
View ArticleIonic3 toggle label in separate line
@Nulra wrote: I am using ionic toggle, and below is the simple code: <ion-item> <ion-label>test</ion-label> <ion-toggle checked="true"></ion-toggle> </ion-item>...
View ArticleDownload files on device
@rafarco wrote: Hello, I’m trying to download files from a server, which has a PHP that retrieves a file when the appropiate parameters are added. First, I considered to use the FileTransfer plugin,...
View ArticleIonic 3 Geolocation not working as expected on Android Device
@stavrosks wrote: Hi all, I have a problem using Geolocation on Android device. I create an Ionic 3 application. I use Geolocation ( [https://ionicframework.com/docs/native/geolocation/]). I use the...
View ArticleiOS build issue App Store
@ebosques wrote: Hi. I have submitted an iOS build to the App Store and they reject the compilation due to this situation: Guideline 2.5.1 - Performance - Software Requirements Your app uses the...
View ArticleRemove Duplicate from array object
@dipankar123 wrote: Hi guys, I have a array like this: test = [{ 'id': '1231', 'value': '111111' }, { 'id': '1232', 'value': '111111' }, { 'id': '1233', 'value': '21121' }, { 'id': '1234', 'value':...
View ArticleThe pipe 'translate' could not be found
@a7mdFo2ad wrote: im getting alot of this error in my app but translate is working my app.module.ts import { HomePage } from '../pages/home/home'; import { SignupPage } from '../pages/signup/signup';...
View ArticleCamera within html
@mustakimp wrote: Is there a way to have the camera opened and see the rendering directly into the HTML (meaning, without actually having the phone camera kind of display, which is out of the app?...
View ArticleHow show/hide tabRoot (Logout) in tabs
@hshaib wrote: Hello How show tabRoot (Logout) in tabs at sign in and hide at logout <ion-tab [root]="tab1Root" tabTitle="Logout" tabIcon="md-log-in"></ion-tab> Posts: 1 Participants: 1...
View ArticleIs nesting pages an anti-pattern?
@a24volt wrote: Hello there, I have several ‘views’ of content that need to be nested into a page. What are the arguments for/against using components vs pages as containers for those views? Its...
View Article