Constractor in Ionic
@EvgenyBo wrote: A newbiw question about the constractor in Ionic V2 Why do we need to inject any services that wewant to use inside of the class into the constructor like this? constructor(platform:...
View ArticleHow to develop to all devices resolution?
@7773783 wrote: I want to develop for android, ios, ipad, ipad pro... is there a way except css @media...(min-...)? like making the screen to just expand (lets say from iphone 5 to ipad pro) without...
View ArticlePush notifications are not getting received
@atul2889 wrote: I followed the documentation of push notification. I set up a firebase, ionic app id and pasted a code from given tutorial. after that I used to send a testing notification from ionic...
View ArticleIonic cordova build android issues
@subramanibs wrote: HiCordova encountered an error.You may get more insight by running the Cordova command above directly. An error occurred while running cordova build android (exit code 1):...
View ArticleIonic 3 use lazyLoaded component in lazyloaded Page
@tHesTx wrote: Because I've already made a post with this I'm gonna leave just the link here Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleKeyboard closes when editing ion-input
@progwolff wrote: Using ionic 3.5.0 on Android I have issues with the ion-input component. When binding to an array value, the keyboard closes when a key on the keyboard is pressed.The letter is...
View ArticleCordova project move on to ironic
@jamescheng11329 wrote: Hello everyone~I am new in ionic platform. I had a android project which is write by cordova.Here's the question that I am wondering: Because I want to let my android project...
View ArticleExecution failed for task ':CordovaLib:processDebugResources'
@Wojtek1150 wrote: Hello anyone After update Android Studio, SDK's, ionic and cordova to latest version I cant build android app. Here is my console log:...
View ArticleCannot find angular/tsc-wrapped while doing an ionic serve?
@Zedaka wrote: Hello folks, I've and issue with the latest version of Ionic, usually I do a "ionic serve" to start the server but after the update I can't because I've this error : Error: Cannot find...
View ArticleLogging Framework for ionic 2 or 3 application
@lakshmanankuppan wrote: Hi,Is there any logging mechanism recommended or used for ionic 3 apps developed for ios, browser and android platforms? Is console.log itself provides the logging for android...
View ArticleIonic serve error Cannot read property 'call' of undefined
@avishai_peretz_dev wrote: run ionic serve and get this error Runtime ErrorCannot read property 'call' of undefined TypeError: Cannot read property 'call' of undefined at webpack_require...
View ArticleHow to set common CSS for images to maintain same UI look while working with...
@sibaprasaddalai wrote: Hello All,This topic is not related with Ionic but presently am working in Ionic V1 and developing an app for mobile and tablet.but i have faced some challenges while setting...
View ArticleCan not start new project on ionic 1
@mihirp1730 wrote: I'm trying to create new project with ionic v1, npm5 node 8.0.1 and also problem with existing project in ionic v1, existing project cant build. when new project create following...
View Article173Native: tried calling Httpd.getUrl, but the Httpd plugin is not installed
@ebarolo wrote: Hiall, i'm try to start a httpd server but i have this error "Native: tried calling Httpd.getUrl, but the Httpd plugin is not installed" the plugin is still correclty installed but not...
View ArticleRefresh multiple pages in a controller
@Tsila wrote: I would like to know if it was possible to update several pages in a single controller? I need to refresh my home page after adding data to my list. For now I use a pull to refresh in my...
View ArticleSearch local with large data
@nhn12 wrote: What database do you use to search large data on local mobile? (20.000 records) Posts: 1 Participants: 1 Read full topic
View ArticleIntercom alternatives
@brickolicious wrote: I have a client that doesn't like the Intercom pricing.Does anyone know alternatives to Intercom that play well with Ionic? Posts: 1 Participants: 1 Read full topic
View ArticleCordova-plugin-background-mode iOS 10.3.2 example
@anton_klochko wrote: Hi all ! Could anyone share please working example of how to use cordova-plugin-background-mode on iOs ? in my app.component.ts file I run .. platform.ready().then(() => {...
View ArticleIonic components are not working on windows phone
@berka wrote: I have same issue with below link. I am using ionic 3.5. ion-select, ion-datetime, ion-refresher and ion-item-sliding are not working....
View ArticleList with two elements on odd rows and one item on even rows
@reedrichards wrote: I want to achieve an infinite list where I would display two elements on odd rows and one element on even row. Furthermore elements should kind of overflow to give the feeling of...
View Article