Ionic huge cache size issue?
@infinite_time wrote: hii have an ionic app that has a lot of images in it (galley display of image from the web)after installing the app the app size size in about 60 mb (i"m using crosswalk)which is...
View Article$cordovaInAppBrowser.open not work on my physical device
@afvs1989 wrote: $cordovaInAppBrowser.open not work on my physical device in opening another browser tab runs but when tested with a physical device or the emulator I click does absolutely nothing and...
View ArticleWrap in custom directive
@CajonBlue wrote: Hello, is it possible to warp in a custom directive?I tried to add a directive for each view in a side menu app. I added this state: .state('app.custom', { url: '/', views: {...
View ArticleHow to make a background process when app is not running
@AbdouWeber wrote: Iam trying to do some functionality when app is suspended i used https://github.com/katzer/cordova-plugin-background-mode it works perfectly when app is running, when killed the app...
View ArticleEXCEPTION: This view has already been destroyed!
@Zeak wrote: So..I'm now receiving this error in my app whenever I leave my home page and go back to it. Either in the nav stack or set it to root via sidemenu. EXCEPTION: This view has already been...
View ArticleHow to use phonegap-plugin-push
@Ionicoser wrote: Hi all! I like to use the plugin phonegap-plugin-push! Should i calll on every app sart the "registration" part? push.on('registration', function(data) { return data.registrationId...
View ArticleIs there easier way to run on Ionic app on the device?
@azamsharp wrote: Currently, we can easily run the app on the simulator using Ionic run command. But some apps requires device features like camera etc which can only be tested on the device. In those...
View ArticleLive Reload Broken on iOS Device
@azamsharp wrote: Live Reload is not working on device. I issue the following command to run on the device. ionic run ios --device (This works and loads the ionic project on device) To run with live...
View ArticleAutomatically Calling A Number?
@The_C0der wrote: I'm extremely new to ionic and angular.js but familiar with other web technologies.I'm trying to build an OCR based app, the OCR works and alerts the translated image to text on the...
View ArticleMultiple times running on device is broken
@azamsharp wrote: I am able to run on iOS device using the following command: ionic run ios --device But if I kill the app and return to the command line again and run the same command again I get the...
View ArticleMy menu-toggle button is disappearing
@stephannvasconcelos wrote: My menu-toggle button is disappearing after $state.go(); My index.html` <ion-side-menu-content> <ion-nav-bar class="bar-positive" align-title="center">...
View ArticleiOS TLS and export compliance?
@baph0mt wrote: I've created a food delivery app that uses Stripe for payment processing. When debugging in web view, of course the connection is not encrypted. However, I am curious if communication...
View ArticleIonic apps not showing in chrome::inspect
@AhmadQadah wrote: This is weird, My device shows perfectly clear in chrome::inspect, and i can debug chrome web with it, but when i open any of my Ionic apps, nothing shows under the device.. While...
View ArticleAnyone tried the Translate service?
@icarus_31 wrote: Hi, I wanted to try the translate service, but could not make it work. My file imports Translate and TranslatePipe. I assigned the TranslatePipe to pipes. In my constructor, I added...
View ArticleIonic 2 Google Maps blank on android
@scottcl wrote: I am using the starter tabs template for ionic 2 and tried making a simple google maps. When I serve it to my Chrome browser in Windows 10, it works as expected. But when I add the...
View ArticleHow to prevent ionic app from scaling up in iPhone 6(s)
@kyoungrok0517 wrote: I'm using my iPhone 6S for testing my ionic app compiled as native using Xcode. I executed ionic prepare ios command to prepare the Xcode project. When I installed the compiled...
View ArticleInput type file multiple not work
@duonglei wrote: I use input html form like this: <input id="myAttachment" type="file" name="file" ng-model="attachFiles" onchange="angular.element(this).scope().onFileSystemChange(this)" multiple...
View ArticleWidget id and offlinefiles in IOS
@fnils wrote: The original app broke so I decided to create a new app and copy the code to it.When I create a new app I get a new widdget Id. I changed it to the old Id so that google and apples...
View ArticleMaterial Design in IONIC
@nururddin wrote: how implement Material Design in Ionic project ? Posts: 2 Participants: 2 Read full topic
View ArticleEquivalent to $watcher
@basti wrote: I'm searching for an equivalent to the $watcher in Angular 1. Found something with onChange or onUpdate, but nothing brought me very far. Can someone provide me with some hints on how to...
View Article