Problem with cordova phonegap-push plugin installation
@nike_ab wrote: HI All,When I install phonegap-push-plugin , i get this following message and after installing it.. i cannot build my app on android ionic1 cordova plugin add phonegap-plugin-push...
View ArticleUpdating from RC0 to RC2 breaks my app. Rollback to RC0 ionic don't build
@mochoa wrote: Hi, I wanted to use the new RC2 in my current developping ionic RC0 app As this breaks my app, now I'm rolling back form RC0 to RC2. I have deleted the node_modules and ran npm install...
View ArticleHow to upload a file(image or video) to server in ionic2
@sameer92 wrote: I got a plugin called 'transfer' in ionic2 docs. http://ionicframework.com/docs/v2/native/transfer/ Problem is using this we can only upload a file if we know its path. is there any...
View ArticleTrigger transition animations without a new page
@comfortme wrote: hi !is it possible to somehow trigger the push and pop animations without changing the page? Posts: 1 Participants: 1 Read full topic
View ArticleDoes ion-infinite-scroll only work with ?
@epetre wrote: I am trying to have ion-infinite-scroll work for a horizontally scrolled section. I made the horizontal section work with ion-scroll and I am trying to get infinite scrolling work with...
View ArticleHow to get the input value from the native keyboard
@stefanleever wrote: Hello everybody, Today I am testing around with the native keyboard for Ionic 2 to load it when a page loads. Showing the keyboard works okay but I would also like to know what a...
View ArticleJS scripts inside pages html files
@Harrybrand wrote: Hello,Just getting the grips using Ionic and TS, I'm trying to include JS script inside my page html file. Is this possible? ATM the script seems to be being ignored. See below to...
View ArticleCan't buld app with admob after sdk update
@wg1 wrote: After an update made on SDK manager, I can't build my app. ionic info Cordova CLI: 6.3.0Gulp version: CLI version 3.9.0Gulp local: Local version 3.9.1Ionic Framework Version: 1.3.2Ionic...
View Article[SOVLED] Cannot find module './app.module.ngfactory' on npm run build
@mayteio wrote: Hey all, Tried to build for ios and android this morning, and it seems to have broken after updating to ionic-app-scripts @ latest. $ npm run build > health.com.au@ build...
View ArticleGoogle Analytics Plugin Not Reporting any User in the Dashboard
@thesourav wrote: Hi All,I am trying to add Google Analytics to my app. I am using Dan Wilson's Google Analytics plugin. I am not getting any errors but my Google Analytics Dashboard is not Updating...
View ArticleNeed Help on an issue when using ionic in Android
@le0366 wrote: I am currently trying out my app using a samsung tablet SM-T113NU. When I try ionic run android, i am getting just a white screen. So, i opened up chrome inspect and I got a syntax...
View ArticleIonic-app-script 0.43 not working good with livereload
@luyouxin wrote: i use webstorm to developpe ionic2 app.the new debug method is not to to refresh my new edit content ,sometime i must restart ionic serve for fix it. Posts: 1 Participants: 1 Read...
View ArticleHas anyone been able to integrate facebook log-in into creator?
@eliucp wrote: Any help would be highly appreciated! I'm looking to implement a native login into my creator app Posts: 1 Participants: 1 Read full topic
View ArticleError Position When run ionic serve
@eozuer02 wrote: Guys Can someone help me when i try to debug in web browser i got this problem please help me to fix this trouble dr.png1280x1024 94.7 KB that position make me feel very sad here...
View ArticleWindows cant recognize Ionic
@alfonsovgas wrote: ¡Hi everybody! So i started having problems with ionic on my computer today.. I've been using/learning ionic for a while, last time i used/run ionic on my laptop was three days ago...
View ArticleUse $state.go('login') is android hardware back button not working
@ironelder wrote: app.js.config(function ($stateProvider, $urlRouterProvider) { $stateProvider .state('login', { url: '/login', controller: 'LoginController', templateUrl:...
View ArticleIonic 2 Photo upload error with cordova transfer plugin
@UmarRasheed wrote: TypeError: Cannot read property 'split' of null(…) i am getting this error while uploading the photo on server using cordova file transfer plugin. Here is code for image picker...
View ArticlePromise does not work in RC 2
@ddiesenreither wrote: Hi Devs! I built my app with ionic 2 beta in which i uses promises to return e.g. LocalStorage data or http response data. Now i upgraded to RC2 and suddenly the...
View ArticleRe publishing android app using updated JDK
@ariang wrote: Hi there Just a question. I recently published a first version of an app to the the android store and the private key that was generated happened with the JAVA_HOME set to jdk1.7.0_79....
View ArticleImage gallery in ionic2 not working
@sriteja09 wrote: <ion-grid> <ion-row *ngFor="let item of gallerydata;let i = index"> <ion-col width-50> <ion-card> <img [src]="item[i].thumbpath"/></ion-card>...
View Article