Customize scripts for Ionic Pro builds only
@timbru wrote: Hello, Is there any possibility to tell Ionic Pro that different scripts than npm install and npm run build should be executed? We have some big dependencies defined (phantomjs,...
View ArticleUnreadable: ionicons-icons. Parent style sheet
@prasad5v wrote: I have an issue localhost:8100 in browser Sass Error File to import not found or unreadable: ionicons-icons. Parent style sheet: /home/prasad/Ionic...
View ArticleIonic list display full text without ellipsis
@almighty99 wrote: I am displaying some text and most of the time the data is shown truncated with ellipsis as shown below this is the data string ... Is there a way to display text without the...
View ArticleIonic 3 creating space for Banner ads
@almighty99 wrote: I want to create space for banner ads with overlay set to true. Meaning that the banner ads will not create space automatically but will overlap the content. Any way I can set the...
View ArticleFailing to initialize new Ionic 2 App
@TapiwaJoel wrote: All of a sudden, generating Ionic 2 App is misbehaving. Its giving the error below Error: socket hang up at TLSSocket.onHangUp (_tls_wrap.js:1136:19) at Object.onceWrapper...
View ArticleIonic Pro (Build failed): Cannot find module '../providers/data/data'
@AIMAX wrote: Everything works fine when I run ionic serve / ionic lab but I see the following error in the Ionic Pro. It is after pushing changes to ionic master and auto run build. [12:56:11]...
View ArticleIonic changing config.xml through CLI
@CJMiller wrote: Hi there, is there a way to change config.xml so it reflects changes in ionic.config.json using CLI? If I set the app name and the id in ionic.config.json using ionic config set … it...
View ArticleIonic 2+ Walkthrough / guide
@karan1422 wrote: Hi, Can anyone share any resource with app guide or walkthrough similar to this. Posts: 1 Participants: 1 Read full topic
View ArticleValidation maxlength=n and only number( [0-9]{11})?
@berka wrote: I am trying to validate citizenship number. When I use type=“number” that allows dots and commas. Also I cant limit input size as 11-digits. I want my input allows ONLY numbers...
View ArticleIonic Pro iOS build server misconfigured? - UTF-8 needed
@cdelgado wrote: During an iOS build in the Ionic Pro Cloud I’m getting this error. I think it could be a container misconfiguration: The following build commands failed: Check dependencies (1...
View ArticleIonic 3 HTTP Requests
@D4rkMindz wrote: As far as i know, the Angular class Http can be used for any HTTP Requests. If i want to GET any data, i just have to use following code. import {Component} from '@angular/core';...
View ArticleCamera color picker
@Rayv20 wrote: Hi, I need advice, I want to make an app where colors are extracted from an image, the camera is open type video and when you click to extract the hex or rgb and save it, I made a...
View ArticleHow secure is the ionic storage?
@papaidofe wrote: For example…I write things on the @ionic/store without encryption. A json data. I understand that others apps can’t read my data…ok, fine…bit is there some how to someone attach the...
View ArticleHow to manage downloading data in Ionic
@_Ali94 wrote: I have small issue with managing the downloading data of firebase to my ionic application. For example: In the normal case [such as below code], the downloading data is normal [such as...
View ArticleError during ionic cordova build android --prod --release
@Sidharth_1999 wrote: Trying to build an android version of my application and ran ionic cordova build android --prod --release. However, I get this error and I don’t know how to address it :...
View ArticleMissing "keyboard autocomplete dictionary" on Android device with ng2-completer
@RyxMedia wrote: I was able to successfully implement ng2-completer in my Ionic app, but the only thing I’m missing is the “keyboard autocomplete dictionary” when typing in a word in the input field....
View ArticleClicking one button firing event on another button
@impss wrote: I have requirement where when I click on the button, the code in the background adds one time to the array. This ion-fab-list should populate with number of buttons as the array. This is...
View ArticleDemonstrating a bug in Ionic 3 with navigation between pages with ion-tabs...
@JarmoKukkola wrote: I have two pages that each have ion-tabs elements (Tabs1Page and Tabs2Page). Navigation between the two pages has proven difficult. I made a demo project, which demonstrates the...
View ArticleCannot read propety filter of undefined
@Xteve wrote: Hi. I have a problem. I charge my data from a provider page, but when it is called from a new ts page, the following error is shown my code: service page: import { Injectable } from...
View ArticleIonic View status bar spacing
@joughbagh wrote: Hello all, I believe this same issue was posted here: Ionic lab and ionic view app rendering differently I get the same result with any project I start. I created a new blank project...
View Article