Page redirect, which prevents $ionicView.afterEnter triggering
@ZephDavies wrote: When the user views the home page, i'd like to redirect immediately to the introduction page given a certain flag.The problem is, the "afterEnter" is triggering on the home page...
View ArticleJavascript library to persist data
@alanthales wrote: Hi all, I developed a library to record both local data as in the clouds. The API is very simple and easy to use , and persist data through the proxies , you can implement your own...
View ArticleOpen downloaded .json file in service
@duepiudue wrote: Hello everyone,I have a problem with files that are downloaded with the plugin FileTransfer in documents directory:cordova.file.documentsDirectory+"db.json"; This is a json file,...
View ArticleIonic package Error: Registry returned 404 for GET on...
@SimCap wrote: Hi Guys I am getting this error when building for android with ionic package:Error: Registry returned 404 for GET on https://registry.npmjs.org/org.apache.cordova.file If i test my...
View ArticleInput text strikethrough, misplaced text cursor, cut off problems on Android
@taigeair wrote: Hi guys, I have an Ionic app and am testing it on Android devices. On all devices (4.1.2+) I get the issues below. It happens on all input elements. I'm seeing misplaced text cursor...
View ArticleTapping on buttons not very responsive on devices
@taigeair wrote: Hi, it's my first time building an Ionic app (1.7.14). Just deployed to test iOS and Android devices. I find the buttons pretty unresponsive. It seems it only registers my taps maybe...
View ArticleDo I need to call push.register() every time my app starts
@pinne65 wrote: What am I missing here: http://docs.ionic.io/docs/push-full-setup#section-3-5-add-some-push-code? I'm saving the token to a server from the push.register function parameter. So every...
View ArticleHow to scroll a content up to certain position?
@junerockwell wrote: This is basically my setup: <ion-content delegate-handle="myHandle" style="padding: 1rem"> ... </ion-content> $timeout(function() { console.log("timeout");...
View Article$ionicPlatform.registerBackButtonAction priority 102 (or higher) works but...
@redfox05 wrote: Strangely enough, when trying to catch the use of the back button on view changes, using $ionicPlatform.registerBackButtonAction with a priority of 100 or 101, did not work and did...
View ArticleServer Rendered Templates
@mlunn01 wrote: In an ionic app, Is it possible to point ui-routers templateUrls to a remote server to have partial templates rendered server side. For instance: $stateProvider.state('home', { url:...
View ArticleCannot run on USB-connected Android device
@chaynes wrote: ionic run android --device does not work, ending with ERROR running one or more of the platforms: Failed to deploy to device, no devices found. You may not have the required...
View ArticleHow to do push notifications from Google Calendar when an event is created?
@jithinaj wrote: I'm a total beginner and sorry If I'm doing this wrong! I'm building an app on Ionic for a school project and want the app to receive push notifications whenever an event is created...
View ArticleWhat is the deal with ionic-specific HTML tags? When and why do you use them?
@GeraltRiverEh wrote: Neither in the documentation or in the many video courses someone directly gives attention to the ionic-specific HTML tags. How is any different than ? Is there a W3Schools like...
View ArticleError: Cannot read property 'buffer' of undefined
@ybian wrote: I start a new app by following these steps: ionic start myApp cd myApp & ionic setup sass ionic platform add ios ionic build ios I always get the error as in the title: Error: Cannot...
View ArticleOpen an existing Proyect Visual Studio
@AugustoAleGon wrote: Hello I am trying to open an existing proyect develop on Ionic. But now I want to see it on Visual Studio. Someone can help me about it? I am still stock in that. thanks! Posts:...
View ArticleIonic 2 installation throwing errors
@chakraveer wrote: I am getting errors while installing ionic 2 My Node js environment has been set up for using Node.js 5.10.1 Command throwing error npm install -g ionic@beta...
View ArticleNav-title not updating after $state.go()
@oliver wrote: I have a complex app and a lot of $state.go() navigation. But at the same time it relies on the navbar for back nav. When going forward to new views, the title always updates. When...
View ArticleIonic 2 installation still giving ionic 1 project structure
@chakraveer wrote: I have installed ionic 2 using below command npm install -g ionic@beta then while executing below command ionic start cutePuppyPics --v2 then its still giving old Ionic 1 code...
View ArticleLong "resolve" shows back button
@toker wrote: Related to: https://github.com/driftyco/ionic/issues/3941 and https://forum.ionicframework.com/t/the-back-navigation-button-visible-when-using-resolve-in-state-configuration/14763/8 When...
View ArticleProblem lauching app on android emulator
@mystic260 wrote: Hello,i'm new with ionic and i just launch a testapp. sdk is ok / avd is ok (nexus api23) When i use ionic emulate android, the emulator is launch but no app appear.In the console...
View Article