Multiple file uploads in one http request
@developer_med wrote: hi, i'am using cordova file transfer plugin to upload picture to java backend(jetty), i"am able to upload one picture in one http multipart request, but i need to upload multiple...
View ArticleMultiple modals display incorrectly when entering fullscreen video
@meatloaf4 wrote: It seems I've encountered a strange bug. I have two modals open, one being a modal with a list and another containing my video player. My video player modal only appears upon...
View ArticleGeolocation not working on Android (works on iOS)
@Li_eric wrote: import { Geolocation } from '@ionic-native/geolocation'; constructor(public geolocation: Geolocation){} getCoords(){ this.geolocation.getCurrentPosition().then((result) => { if...
View ArticleIonic - Responsive ion-img
@royibernthal wrote: I have a virtual scroll using ion-list and ion-item. Each ion-item contains ion-img for performance reasons. Images need to be scaled responsively, their dimensions need to be...
View ArticleSend device's phone number
@iloveYmatz wrote: i need to make a simple app that get sim phone number and send it to me. for example send it to a text file in my host that there is on the internet.actually i don't know how can i...
View ArticlePlatform service doesn't return 'tablet' consistently
@ercarignan wrote: I'm running a Google Pixel C tablet and using the Ionic platform service to get the array of platforms. When the device is in landscape mode, it will return 'mobile, android,...
View ArticlePush Notification: What does push.init(pushOptions) exactly do?
@gauz09 wrote: I am implementing Push Notification in my app and a bit confused on what some of the things mean. Can somebody please point me to correct documentation about Push Notification in Ionic?...
View ArticleIonic Package: Execution failed for task "transform Classes WithDex For Debug"
@MaxHOA wrote: I had the same problem as the OP and I followed all the steps but now I am getting a different error. I've been searching all over and see similar issues but none of the solutions are...
View ArticleSuggested AB Testing Framework
@nscalf wrote: As I'm getting towards the end of my development cycle, I'm thinking more about A/B testing. While looking around a bit, I've been seeing people having trouble with more popular mobile...
View ArticleCordova-plugin-compat buggy. Please advise based on the screeshots
@Iciren wrote: cordova-check-plugins --update=auto cordova-check-plugins --update=auto --force cordova-check-plugins --update=auto as you guys can see from the first screenshot cordova-plugin-compat...
View ArticleAlertController background color
@wterrill wrote: I'm having a problem trying to change the background color on a specific alert controller. Specifically, I'm trying to modify the SASS variable "alert-md-background-color" but only...
View ArticleHttp POST 500 (Internal Server Error)
@vimalzxc wrote: Hello All, I am new to ionic. I was doing Matt's weekly tutorial, 'Using APIs with $http Part 1'. I get the following error when I tried to POST into shettsu's API. GET methods work....
View ArticlePointer events lost after InAppBrowser 1.7.1 with Google OAUTH2 flow on iOS
@jason314 wrote: Hello, I've discovered an obscure nasty problem with version 1.7.1 InAppBrowser on iOS. The problem does not exist with 1.6.1 (but I can't use it for my purpose). I am using...
View ArticleCompare package name function
@Senpai1 wrote: i'm searching for a function (so i can stop apktool on my app) that i can add to my app if something change in the app it will stop working for example if he change the package name...
View ArticleIonic 3.5.3 works fine with serve but ionic view is a blank white scren
@Qazebulon wrote: I uploaded my app to ionic view after upgrading it to 3.5.3 and it gets a whitescreen I manually changed the index.html to contain test in it and uploaded it without a build and it...
View ArticleIonic 3 - Responsive virtualScroll approxItemWidth and approxItemHeight
@royibernthal wrote: I have a virtual scroll using ion-list and ion-item in my Ionic 3 app. <ion-list [virtualScroll]="myArray"> <ion-item *virtualItem="let myItem"></ion-item>...
View ArticleLocal Notification scheduling for end date
@thonguyen wrote: There is no option property to set an end date for the notification. Does that mean the it will run infinitely if option value for 'every' is set until you cancel it? If that's the...
View ArticleBest setup to work on a browser based app
@bandito wrote: I am thinking of what tools you guys recommend in order to have the lightest but best performance on a browser? Like minifying etc... Posts: 1 Participants: 1 Read full topic
View ArticleCan't resolve all parameters for Deploy: (?, ?)
@Wali092 wrote: When I am trying to add ionic deploy service on an application I get the Following Error: please help 2017-07-14_18h01_16.png1204x404 30.5 KB Posts: 1 Participants: 1 Read full topic
View ArticleionViewWillEnter error: URI malformed
@javiccs wrote: Hi! usually I'm getting this error" 'Page' ionViewWillEnter error: URI malformed" and my app stop working Idk what's going on.there is my ionic info and a screenshot about the error ....
View Article