Ionic app halts at splash screen when running with ‘–prod’ build
@Vinayk_89 wrote: Hi Suddenly my app halts at splash with prod build. I don’t know what mistake i have done. But suddenly it stops working Can i know the reason for this. Here is my package.json...
View ArticleHow 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 a calendar event with start hour
@davidem97 wrote: Hi Guys, i’m a beginner in ionic3, So when i would create a event: How i set the time of start and the time of end of the event? I read of ionic3 doc, and some GitHub but i don’t...
View ArticleHow integrate a SDK Native from a third party with ionic
@ManuACN wrote: Hi everyone! Please you help, can you guide us in order to understand how can perform a integration with a SDK from a third party for Android and IOS, right now we are trying to do it...
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 ArticleHow to completely remove ionic pro from app?
@Gustavofulton wrote: Hi guys, I installed ionic pro recently but I came to the conclusion that it is really not necessary for my app. How do I completely uninstall it? I tried removing the...
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 ArticleCode Signing Error - iOS Run Device
@mxms wrote: How do you rectify this? I am using Atom, not Xcode - can I load this project into Xcode somehow? === BUILD TARGET xxx OF PROJECT xxx WITH CONFIGURATION Debug === Check dependencies Code...
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 Article