Html view different
@RobertLow wrote: Hi community, I am having this code <ion-item *ngFor="let att of anArray; let idx = index"> <ion-label color="primary" floating>{{att.labelA}}{{idx+1}}</ion-label>...
View ArticleChanging Ionic Pro Deploy Channel
@betatools wrote: Hi I have tried to change the channel from “master” to “production”. I have changed it in both config.xml and package.json. After a rebuild the xcode console log tells me that the...
View ArticleSplash scrren
@ankusht wrote: After splash screen, display white screen long time Posts: 2 Participants: 2 Read full topic
View ArticleBuild process taking too much time to complete
@patwaswapnil wrote: While doing ionic cordova build android/ios --prod the webpack process taking a long time to complete. Package.json: { "scripts": { "clean": "ionic-app-scripts clean", "build":...
View ArticleError while using the color from sass file in ionic framework app
@soundharya wrote: I am trying to use the color from sass file in my new ionic app. But, getting this error while doing so. ionic error.PNG992x439 18.3 KB This is my variables.scss file code:...
View ArticleIonic3 - How can I inject Page to Provider
@byeongsoek wrote: Hello. I have AddPage and Provider. AddPage has a method and I want to call it on Provider. So I imported { AddPage } from ‘…/…/pages/add/add’; and inject dependency(public...
View Articleto be displayed in all the pages in the application
@sudi07 wrote: I need to display the ion-tabs in all the pages of my app(bottom of the page), i do not want to add the code in all the page, i want to write it in one place so that i can avoid...
View ArticleIonic2 android build error
@csantanu272 wrote: I had created my IONIC 2 App and it was working fine but recently we decided to implement ADMOB in our App and I am now stuck with the build issues. Here is what I did already:...
View ArticleHow to store config values in ionic 3?
@anespa wrote: Dear friends, anybody know a simple method to store configuration data in ionic 3? I need to store maximum 10 config values of current user . Please advise Thanks Anes Posts: 1...
View ArticleLanguage Translator
@priyasamyal wrote: How to translate the json response from api to any other language. With i18n we create our own json. But how dynamic json data will be translated in Ionic 3. Waiting for your...
View ArticlePage is not scrolling as the input receives focus using ionic 2.x
@mrc_prasad wrote: I am using ionic2 for developing a mobile app targeting mobile and I have three search fields in my screen. When the search field receives focus the page is not getting scrolled and...
View ArticleIonic1 issue
@poojashinde wrote: Lattitude ,Longitude not getting on ios 11.0.0 & above in Ionic1. Posts: 1 Participants: 1 Read full topic
View ArticleWhy when i close android app, the nativeStorage on ionic not save my data
@andika1204 wrote: I have a problem, when I login to the application. Native storage on Ionic keeps the login result data well but when I close my application, the data on nativestorage is gone and...
View ArticleUse Navigator in Interceptor
@lalitkushwah wrote: Hello All, I want to perform some routing operations in Interceptor. How can I use NavController inside Custom Interceptor. Here is sample code of my interceptor: import {...
View ArticleIonic Push Notification with OneSignal & SqlServer
@gaetanorusso wrote: Hi all, i need to use the push notification with one signal and sql server, is it possible ? thanks Posts: 1 Participants: 1 Read full topic
View Article[Ionic Tutorial] Print a current Page/Div with Css applied
@reinerluke97 wrote: Hello, in this tutorial I show how you can print a Div/Page and so on in your Browser. Features: SVG Files Support IMG Files Support Background and Layers also Supported So lets...
View ArticleIonic PWA offline
@huncoder wrote: Dear Ionic friends, I have built an Ionic 3 PWA application. I uploaded to my server and I opened on my phone with Chrome browser. It is working. [ Earlier I made some Ionic app...
View ArticleCordova Andriod Plugin - open an android native activity from Cordova
@durvilchat wrote: helle please how to open an android native activity from Cordova ionic app. Thank you Posts: 1 Participants: 1 Read full topic
View ArticleIphone x leaving white space on top
@suraj092kumar wrote: If StatusBarOverlaysWebView set to false It leaves white space on top of iphone x and If StatusBarOverlaysWebView set to true it overlaps top bar in other iphone. Posts: 1...
View ArticleFAQ / examples of supported local data stores?
@sphauck wrote: I am learning iOnic and using Creator. Is there an FAQ or some examples on how the following (these are core to ANY real application): What databases / object stores are supported ? Do...
View Article