Apk sign problem
@vidimari wrote: Hi all, I have a problem with an apk generated by ionic that I’d like to sign for delivery on google play. In particolar, I generated the apk after build process through ionic 3 and I...
View ArticleFirst time publishing app
@JCHutchinson wrote: Hi. I am new to mobile development, and the ionic framework. When I have completed my app, do I need to publish to app/play store before I can use ionic deploy? Posts: 1...
View ArticleCannor read property validateTokenAuth error
@crazypiter1990 wrote: Hi, I use Angular2TokenService (angular2-token 0.2.0) with Ionic 3.9.2 and after app starts then show me error like Cannor read property validateTokenAuth of undefined. Error...
View ArticleDevOps - CI / CD
@lgarciasbr wrote: I need to integrate Ionic Pro API at Slack. What I’m trying to create is a chatops. I want to invoke live deploy inside Slack. Do you know some tutorial or documentation? Posts: 1...
View ArticleSending headers with webview
@liperock wrote: Hello, Anyone ever had to send headers using a webview plugin on ionic? I currently use the InAppBrowser to open a web view and need to send headers to make a request. I did not find...
View ArticleImage zooming in PWA in Standalone mode
@shanester wrote: Hi, I can zoom images on my PWA but when I install it as standalone mode, it no longer zooms. I’m assuming that this is due to the constraints by the metadata. I’ve tried using the...
View ArticleIonic Pro android build app
@orgcard wrote: When I try build the app using ionic pro, occurs the error below: Error: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project...
View ArticleIonic native camera plugin - error 20
@thebron wrote: I have an ionic 3 app that is using the ionic native camera plugin. This plugin was working fine, however, it recently stopped working and now just returns “20” as an error where I...
View ArticleGet item by another element from list in TypeScript
@lado wrote: Hello, Type Script in Ionic2 application: How to get item from this.myList of check-boxes by another element. If I add elements to private myList: any = []; this way: this.myList.push({...
View ArticleIonic Input shows [object Object] as placeholder
@miropolis wrote: Hello Ionic community, I am very new to the Ionic Framework, Angular JS and TypeScript but trying to improve as fast as possible. But now I encountered a problem I can’t seem to...
View ArticleAlternatives to publishing iOS app on App Store
@codingBeast wrote: I just finished building my app for iOS, it is signed and everything, but I am afraid the App Store will reject it as it has happened to me in the past, so I am looking for a way...
View ArticleTHREAD WARNING: ['HockeyApp'] took '11.336182' ms. Plugin should use a...
@ferdinandferdinandfe wrote: Hello, I’m trying to use HockeyApp in my app to push updates directly without having to send an email every time. When I put it in my app, nothing happens here is my ionic...
View ArticleImporting my own external JS library in Ionic 3 project
@Nsimoncini wrote: Hi, I searched about this issue a lot before opening a new thread but I still haven’t fixed my code. I’m trying to include my javascript file myLibrary.js into my project and i’ve...
View ArticleFailed to install 'cordova-plugin-file' - Ionic-cordova
@rajbasilio wrote: I was trying to install the plugin ionic cordova plugin add cordova-plugin-file I’m getting error in cmd as Failed to install ‘cordova-plugin-file’: Error: ENOENT: no such file or...
View ArticleConnecting Visual Studio to Ionic Pro (Builds)
@jking145 wrote: Hey everyone. I recently tried to connect visual studio to Ionic Pro to try to get my app live but I am getting an error about my package.json file is missing when in Visual Studio is...
View ArticleRead data from NFC type V
@boutsikas4 wrote: Hello, i need to read data from a device and when i run the code from NFC example : import { NFC, Ndef } from '@ionic-native/nfc'; constructor(private nfc: NFC, private ndef: Ndef)...
View ArticleProperty 'countryName' does not exist on type 'NativeGeocoderReverse Result[]'
@vijaychauhanssn wrote: i am getting error when i start cmd : ionic cordova build android --proud Property ‘countryName’ does not exist on type ‘NativeGeocoderReverseResult[]’. L45: let country =...
View ArticleApi post and auth not work - please help :pray:
@ebeliejinfren wrote: i have really problem that confuse me please any body that solve post http data to jwt guide me i search all topic that about it but i can’t solve i need a login code and token...
View ArticleImage doesn't swipe properly in ion-slide
@Aaronkunze wrote: Hi there! My image is lacking/choppy when I set it in ion-slide and swipe to right or left. For example, the code below shows the flag of indonesia (red/white) and the white part...
View ArticleProblems with geolocation and Android 7
@mpallante wrote: Hello everyone, I made a small Ionic application a couple of years ago that uses cordova-plugin-geolocation to keep track of the position. I use this code: _watch =...
View Article