Input 'Go' field on Keyboard is doing two things
@CoderSte wrote: I am building an Ionic App for iOS & Android and so far I have a form where users can upload or take a photo and then fill in some other information and submit the form. My issue:...
View ArticleIonic 2 + Native Google Maps - Fixed center marker
@Rayanb wrote: Hey ! I'm in the process of creating my native map in ionic2 and I was wondering if there was a way to keep a marker centered like Uber and alike apps do. Does anyone know a smooth...
View ArticleDisplay image taken with camera on multiple pages
@skramzy wrote: I have the camera taking a photo and displaying it on this page: add-item.ts import { Component } from '@angular/core'; import { NavController, ViewController } from 'ionic-angular';...
View ArticleCannot use audio file from resource on IOS Emulator
@Colo9311 wrote: I have an Ionic 2 app that works fine on Android.Now I need to build the IOS version. The app can stream and download audios from SoundCloud. When the users click to download an...
View ArticlePayPal Unique Transaction ID
@dimitri320 wrote: I'm using Ionic's Native PayPal plugin, and I can't figure out how to get the Unique Transaction ID. In PayPal Merchant account this looks like this: Mobile Express Checkout Payment...
View ArticleLoad jszip into ionic
@HoangTDI wrote: What is the proper way to load jszip into ionic app. I have done: npm install jszip but stuck from there. Thank you very much. Posts: 1 Participants: 1 Read full topic
View ArticleUpdate global variable in all views
@Lovit wrote: I'm working on an app that the user can change the app colour, for this I'm using a global.ts for declaring the variables and in a popover I have the options to change the colours....
View ArticleDefault tabIcon-s
@Mh1107 wrote: Hi, I'm new to Ionic v2, and I'm working on my first app. I added tab to my application and now I can't find any tabIcons to add them in tab, except "home", "information-circle" and...
View ArticleIonic API : Push Notifications 503 Error
@bsampica wrote: Hi Ionic Web Team, We've been experiencing issues recently with your Ionic Push service, nothing major...as it seems to be pretty seamless most of the time. We don't use your...
View ArticleOneSignal: handleNotificationOpened not getting triggered when cold start
@patwaswapnil wrote: It works when app is running in background and i click on received notification but not working when coldstart from received notification.. shared.LS.get('user').then((data: any)...
View ArticleWhy the second button is executing same function of first button
@sukhesh wrote: I am try to put two buttons in single row.In android the functionality of two buttons are good. But in IOS the first button works file, second button executes both first and second...
View ArticleScreen timeout in ionic 3
@alibahjat wrote: Hello how to change default screen timeout in ionic 3 Posts: 1 Participants: 1 Read full topic
View ArticleHelp please, I have a problem, my cell phone does not do anything when I...
@Maclean wrote: download() { var fileTransfer: TransferObject = this.transfer.create(); const url = 'https://blablabla"; fileTransfer.download(url, this.file.dataDirectory + 'file.pdf').then((entry)...
View ArticleHas-bouncing in v2
@codemax999 wrote: Is there a way to give ion-content the has-bouncing property? Posts: 1 Participants: 1 Read full topic
View ArticleProblem with margin-top on ion-content on a page
@jonathant wrote: My app will load a login page then after successful login will navCtrl setRoot to the first page, in my case is a personal information page. The ion-content is overlapped by the...
View ArticleIonic Infinite Scroll reloads old data over and over again
@dimitri320 wrote: Ionic Infinite Scroll reloads old data over and over again. Here's my code:Basically it works ok, it load the next batch of 8 pieces of content, and when I reach the end and...
View ArticleResize Ionicon
@cnswico wrote: How do I resize an Ionicon to take up the full size of an ion-thumbnail container? Code: <ion-thumbnail item-start> <ion-icon name="image"></ion-icon>...
View ArticleText input field style options?
@Thoron23 wrote: Hello, is there an easy way to display input fields more like the following (see first screenshot), versus the default look (second screenshot)? new_form.png554x506 17.4 KB...
View ArticleNative map is not working
@mitya88 wrote: Hi, I've just started Ionic development but unfortunatelly I'm stucked on integrating native map. I created a blank ionic application. then I followed this tutorial:...
View ArticleWhen running ionic build android getting the build command has been renamed
@vivektak_ionic wrote: The Build command has been renamed.To find out more.run ionic cordova build --help can anyone tell me which command i need to use. Posts: 1 Participants: 1 Read full topic
View Article