Migration: Ionic 1 to Ionic 3
@marcinrychter17 wrote: How to migrate ionic 1 project to ionic 3? Can it be done directly or Ionic 1 project needs to be first updated to Ionic 2 and then to Ionic 3? Posts: 1 Participants: 1 Read...
View ArticleDoes the Gyroscope plugin work in the Android emulator?
@greenie2600 wrote: Title says it all. I’m successfully injecting Gyroscope into my page component, and I’m subscribing to this.gyroscope.getCurrent() and this.gyroscope.watch() without errors – but...
View ArticleChanges are not taken into account on device
@asad60100 wrote: Hello, I’m trying to test my application on Android device which is launched well. But I noticed that when i change my code (for example adding an input on the page) and then, rerun...
View ArticleStop Modal Close on Escape Key Press
@abhibly wrote: Hello I have progressive web app where i need to stop the modal close on escape key. I didn’t find any documentation to turn off this feature. Can somebody please tell me how can i...
View ArticleDisable/Enable of ion-input using angular reactive forms
@abhibly wrote: Hello i have an ionic app where i am trying to disable the ion-input using reactive forms some thing like this. Disable(){ this.name.disable(); this.name.updateValueAndValidity(); }...
View ArticleIonic 3 get firebase phone list in loop and and insert phone number in sms...
@Naeem90 wrote: Preformatted texthis is my code i wnat to send msg to all my number which is in firebase list how can i do it i try to get list from fire base insert number in sms gate api i am able...
View ArticleDay view scrollable calendar
@vinayvasista wrote: I want to create horizontal calendar day view like as as shown in image below in ionic 2. please help jmFxM.jpg747x194 58.6 KB Posts: 1 Participants: 1 Read full topic
View ArticleIs apple will reject any ionic apps?
@YousefRabieKhalil wrote: hello i read that apple will reject any templated apps is this true ? this article Posts: 1 Participants: 1 Read full topic
View ArticleMultiple marker in google map app with geo query
@rashidi wrote: I want to open Google Map app in outside of my app and show multiple markers. I can to show one marker with following geo query: window.open('geo://latitude,longitude?q=name',...
View ArticleIonic 3 - Defer file download until folder created
@udhayakumar wrote: I’m working on an app where it needs to download the files to custom folder in the mobile. Here’s the code I’ve used, downloadImage(imageURL) {...
View ArticleHow to iterate array of object in ion-card
@abhisheksharma13 wrote: i have a json file consisting of an array of object.I m not able to display the content of the object of array in ion-card . Json content are: [ { “rideId”: 10052, “carModel”:...
View Article*ngIf binding with is not working properly
@ayubIonicpro wrote: I’m saving checkbox values on firebase database and fetching it to show last checked values on screen. Fetching title and location from api and checkbox values from firebase but...
View ArticleHow to scroll the t in ionic2 through code dynamically?
@saty932 wrote: I just wanted to scroll the content 30px when it’s loads for the first time?? Posts: 1 Participants: 1 Read full topic
View ArticleCordova google maps not clickable with ion-grid layer of buttons and labels
@vivekh wrote: Hi, I’m trying to create an Ionic 3 app with a full screen cordova google maps with buttons and labels as a layer on top of the map. I would like to associate click events to the...
View ArticleCameraPreview plugin
@charlestsmith wrote: ref: https://ionicframework.com/docs/native/camera-preview/ // take a picture this.cameraPreview.takePicture(this.pictureOpts).then((imageData) => { this.picture =...
View ArticleIonic pro: npm install --quiet --no-optional breaks my build
@jpeer wrote: the build server uses “npm install --quiet --no-optional” i found out that when i build locally, and do npm install --quiet (without the --no-optional flag) then my build goes well....
View ArticleI am trouble with CORS in Angular POST request
@umutgur wrote: Hi there, I have problem with Angular’s POST method. I created a form and tried send data to server with Angular HTTP POST method. But in server (.NET WEB API) I see request’s header...
View ArticleDisabled the backdrop on android device backbutton click on modal
@champion007 wrote: Hi Folks, I want to disable the backdrop of modal on click of device back button click. Modal should not close on android device back button click. Below is my code - let modal =...
View ArticleImage uploading via native Filetransfer
@riyad786 wrote: Hi everyone, I am using Node-Mongo Backend for uploading my Image. So that I tried to use native Filetransfer. Unfortunately it doesn’t work properly. I tested my backend with...
View ArticleChange PWA Look and Feel based on desktop browser platform?
@saschwarz wrote: Ionic supports explicitly setting the platform using query params (e.g. ionicPlatform=ios). When I deploy my PWA and it’s viewed on a desktop browser I’d like it use the ios look and...
View Article