Reset ion-tabs Stack or detect changes on unselected tabs
@haytam wrote: Hi, I’ve been trying to have two modes in an app (pro & personal) each has a different tabs & pages. I did it with a toggle on a BehaviorSubject<boolean> which update the...
View ArticleAccessing mySQL DB using php
@nicomorell wrote: I’m getting the following error: GET http://localhost:8100/json.php 404 (Not Found). However, whenever I go to http://localhost:8100/json.php I also get the error Error: Cannot...
View ArticleVersion should contain only numbers and dots
@superdx wrote: When trying to use emulation or building. This error started happening yesterday and I have no idea why. This is the verbose output, everything seems to be going smoothly and then it...
View ArticleMulti tenant delivery
@Arielcabre wrote: Hey guys and girls. I have an app that is multi tenant and I offer the same app for different clients. I would like to have the same app code version, and build, but with a custom...
View ArticleIs it possible to disable the back button of the mobile in an Ionic page?
@ioclaudio wrote: Hi, I have an app that has a fab button on the home page that opens the plugin to read the QR codes. If the user logs into the app, he arrives on the home page. If he clicks on the...
View ArticlePackage.json issue?
@htorbov wrote: I’ve saved my package.json and src from my old app on a flash drive before a few months. Now I created a blank app with the latest ionic version, but I got some issues with the...
View ArticleFailing to ionic serve a new project (angular) from template ionic-cli@5.4.4
@vsanchezrod wrote: Hi there, I’m not able to ionic serve a new fresh project generated with ionic cli 5.4.4. Steps to reproduce: ionic start blank-project blank --type=angular cd ./blank-project $...
View ArticleHow to access the file saved in the externalDataDirectory Ionic4
@kendam wrote: I am trying to access the file I downloaded with fileTransfer plugin into the externalDataDirectory, I can see the file there from my file manager . When I console log the return full...
View ArticleHow to create multiple instance of Media plugin dynamically ionic4
@kendam wrote: I am trying to create multiple instance of audio files dynamically using Media plugin single instance looks like this const file: MediaObject = this.media.create('file.mp3'); how do I...
View ArticleStoring video locally and embed into view
@altinum-tech wrote: Hello! I am downloading a video from server as blob and storing it with capacitor. So far this works, but i cant insert the locally file path in view, it cant find the source (but...
View ArticleDetect Mock Location / Fake GPS
@timursahadewa wrote: Hi, Are there any plugins available that can detect if mock location is enabled? Or is there a simple way to check? Cheers Posts: 2 Participants: 2 Read full topic
View ArticleIonic 4 - Local notification: Arrive notification when it comes to new content
@LazCoder wrote: How can I get notifications to the phone when new news comes from the API? With Local Notification Posts: 1 Participants: 1 Read full topic
View ArticleLogin page work on browser but not on my app
@Ludovic69 wrote: HI ! I’m actually working on an app and i have a problem , my login page is working on my browser and not in my application. I don’t understand why because it works before and not...
View ArticleHeader overlaps with status bar after exiting camera or gallery
@ragv2k7 wrote: Hi, Recently I had updated my xcode and updated cordova-ios to latest. After this, Whenever I exit camera or gallery, launched from within the app using the camera plugin, the header...
View ArticleSubscribe inside Promise
@nairdagui wrote: Hi. My app checks if there are data in Ionic Storage and if there are none, it will load data from a JSON file to the Ionic Storage. This are my code: quote.page.ts quotes: Quote[] =...
View ArticleIon-select popover width
@blondie63 wrote: Hi all, i’ve a simple ion-select with little bit large items (Ionic 4 last, Angular 8.x last) <ion-select interface="popover" placeholder="Select One"> </ion-select>...
View ArticleDynamic CSS on ion-option element
@aidanpine wrote: I am using the ion-select component from Ionic (v3). I would like to “indent” or apply margin-left: 30px; to some of the items in the list. The items in the list that I would like to...
View ArticleIonic studio - terminal permission issue in mac
@jhamnanipankaj wrote: I started with ionic studio i am facing issues while making it run on android device EACCES: permission denied this is due to terminal permission error in mac. can somebody help...
View ArticleRemember username and password
@MissNA wrote: Hi, everyone. I have to develop an app by following these scenario. First login: User need to enter their username and password, the apps will check either it’s temporary password or...
View ArticleDeeplinks navigate to correct page, but doesn't load the component
@BenSegni wrote: Greetings! I am new to the forum, so this is my first and rather important post. I have one final feature to fix, but can’t get this thing to work. I am trying to get deep links to...
View Article