Error when trying to add new Controllers and Modules using IIFE style
@bgadiel wrote: Hi,I am trying to add new modules and controllers using gulp-inject.Problem is that I get an error when I adding new modules / controllers in IIFE: ionic.bundle.js:13438 Uncaught...
View ArticleLocal storage not working after login
@javaplayer wrote: Hi, I'm building a login form and when the user enters the correct user and password a page is displayed.It's working.But when the login occurs I save the user data using...
View ArticleHow to reload the controller after the service response?
@Kanagasabai wrote: I'm just used php mysql service call for login check. But it needs restart the app to load the user details.. Do you any idea for fix this issue ?? Posts: 1 Participants: 1 Read...
View ArticleService workers on android devices
@hoisel wrote: Hey all, can i use service workers in ionic 1 apps on android devices? I'm getting some errors when running on android device because android uses file protocol to request files: Error...
View ArticleDoes anyone have problem with Base64 to gallery plugin
@kimbie wrote: Last time, the app was checked (around a month ago), it was working and images were saving to the iphone's gallery. Now there weren't any error, but then images weren't save to the...
View ArticleNGcordova camera image upload to web-server using php error
@codesalsa wrote: I have buildup an IONIC application using cordova-plugin-camera, cordova-plugin-file and cordova-plugin-file-transfer library. The camera works perfectly, but uploading the image to...
View ArticleDownloading image to www/img
@tutuldot00 wrote: HI, I am new to ionic 1, is it possible to download image then save it to www/img folder? what ionic feature should i use? aze Posts: 1 Participants: 1 Read full topic
View ArticleIonic app not able to run on ios 10 from xcode
@kernel wrote: Ionic app is not able to "Run" on ios 10. It gets stuck on the splash screen. I already add value to description for privacy such as camera, photo, location etc. It is running fine on...
View ArticleHow to pause or stop ionic youtube app playing in the background
@gngnmstyle37 wrote: Hi all, I've followed this tutorial http://bit.ly/2dXWVAL and created and ionic youtube app. Then, I've submitted it to Google Play. Ta taa! App rejected. Selection_001.png961x115...
View ArticleIonic push service not delivering pushes to device
@riaz61 wrote: The push service doesn't seem to be pushing my notifications to the device token I provided. this is whats printed out in the console when i ran my node server. The status code is 201...
View ArticleBest way to implement Notifications?
@zgluis wrote: Hello, I'm new using Ionic and I want to have notifications with firebase in my App, I've done it with native android apps but I would like to know what is the best way to do it...
View ArticleIon-tabs inside ion-content have strange padding top
@Giacomo wrote: Hi,I have this code: <ion-view title="Attività"> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon"...
View ArticleIon-content overlaying other content on iOS
@agnesio wrote: Hello, We are coming across a very strange problem that only occurs on iOS + Safari:Our ion-content for description is overlaying all other content when you first load the page, like...
View ArticleGPS + Acelerometer PLEASE HELP
@kaineo wrote: Hi, i've to make i APP like "planet finder app: https://play.google.com/store/apps/details?id=mobile.PlanetFinder.com&hl=pt_BR" but instead planets have to point antennas with...
View ArticleI'm trying to implement insomnia plugin to keep my app awake
@Zaga wrote: And i'm not having success , i installed it automatically Running cordova plugin add https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git then cordova prepare , In my app.js i...
View ArticleCalculate # of items to show on a slide page
@nlg wrote: I have a number of items that need to be displayed to a user. The items are categories into sections. The list is dynamic but small (3 pages at most). I need to figure calculate how many...
View ArticleWhy do RC.0 project declare components twice in app.module.ts?
@lwz7512 wrote: MyApp and other page components in @NgModule declare both in declarations and entryComponents, I think it is unreasonable and should be simplified like the ionic 2.0-beta11 way... In...
View ArticleCSS transitions choppy right after click event
@Reconcept wrote: Hi there, I have a simple css transition on transform: translate3d(), that pops over a notification right after tapping a certain element (by setting a class on the animated...
View ArticleSave base64 to gallery
@FRDK wrote: I have a base64 stored in my $scope. Trying to implement the cordova base64ToGallery plugin.What is the right way of using it in a service? -Fredrik Posts: 1 Participants: 1 Read full topic
View Article$ionicSlideBoxDelegate not working at all? [SOLVED]
@BernhardSmuts wrote: [SOLVED] ...Solution at the end... Hi Guys... I have followed everything to the letter and I can't get any of the methods in $ionicSlideBoxDelegate to work.The console.log...
View Article