Back Navigation With Nested Views
@dtime35 wrote: So I have an app that has 4 tabs, each tabs has a bunch of nested views. My issue comes about when I am multiple nested views down in one tab and then goto another tab. When the back...
View Article$http request not working
@eranfl wrote: Hi, I'm new to ionic but I love the framework.I'm trying to create an app and I'm using the Yahoo! finance API to receive some data.I'm using the angular $http.get method and everything...
View ArticleError opening sqlite database
@Joachim wrote: I get an error when I try to open an existing sqlite database. The problem is that the ionic implementation usese a double as version number whereas the documentation of sqlite...
View ArticleHas ANYONE successfully got Google Calendar to SHOW on your mobile devices?
@shotbyabel wrote: I've been doing a lot of research for the past 3 days and I can't seem to find an answer to this issue. I have an Ionic app that is using the Google Calendar API. All looks and...
View ArticleWhy can't I import NavController and ViewController into Service or App?
@asteffes wrote: I'm attempting to inject NavController and ViewController into either my app.js file or a custom service. My objective is (or was) to pass the current view into a "LeftMenuManager"...
View ArticleIonic live-reload does not work with CSS in the merges folder
@roldengarm wrote: Structure:/www/css/master.css which is empty/merges/android/css/master.css which contains all styling. When I deploy the app as usual, everything works fine. However, in live-reload...
View ArticleIon-content inside ion-content
@alanmarth wrote: Hi everybody. I have an abstract state, and I want it to have some stuff (like a logo) at the top of its template, and bellow an ion-nav-view with the content of its children states....
View ArticleHow to load the correct state after a push notification when app is in...
@prabhu_108 wrote: I'm trying to save some data to local storage when a push notification arrives (users sometime have to login when they click on the push notification before I can take them to the...
View ArticleIonic2 / Angular2 logging service?
@asteffes wrote: Is there an existing logging service configured for Ionic 2 or Angular2 (such as the old $log service) that provides the ability to turn off logging/debugging statements upon release?...
View ArticleNav-bar desaparece
@3011rafael wrote: Tenho uma nav-bar com um botão que abre um Side-Menu. Porém, quando mudo de tela, o nav-bar desaparece. Gostaria que permanecesse sempre o mesmo nav-bar com o side-menu. Alguém me...
View ArticleHorizontal and vertical ion-slides pagination
@bradens wrote: Hello,has anyone got vertical ion-slides embedded in horizontal ion-slides, and had the pagination for each visible ? Mine aren't showing on iOS or Android or web (ionic 1.2.1). In the...
View ArticleHow does Ionic work with different screen sizes?
@Seph wrote: I wast trying to find a way to make cordova fit multiple screen sizes and I found this Q/A:...
View ArticleNot able to understand Ionic2 Segment component using formBuilder
@kkap wrote: I wish to use Ionic2's Segment component to create a three-phase form filling process. e.g. consider a money transfer scenario - 3-phases of setting up money transfers are - 1. Fillup...
View ArticleHow to call a CordovaPlugin without ngCordova?
@alanmarth wrote: I want to use SpeechRecognitionPlugin in my app: https://github.com/macdonst/SpeechRecognitionPlugin Since it isn't in ngCordova, I can't simply call the service, but the code to...
View ArticleHow to open ionic app that already installed on device through app link that...
@chandanionic wrote: hey i want to open my app, through a app link if app is installed on device,and how to create app link so that i can share to anyone. Posts: 1 Participants: 1 Read full topic
View ArticleIonic app can not access internet
@edushare wrote: My App runing well on browser, but it is not able to access internet from emulator and device I have add < plugin name="cordova-plugin-whitelist" spec="~1.2.0"/> < access...
View ArticleFetched data from parse is not showing in input fields. Please help me
@raj_rohan563 wrote: here is my list page Job Title Username Description Status ETA Updated Edit/Delete {{Job.get('Job_Title')}} {{Job.get('Username')}} {{Job.get('Description')}}...
View ArticleRemove safari tooltip on hold
@Caesarofthesky wrote: Hey everyone, I'm getting this tooltip whenever I hold down in the view on my ionic app on ios. I've tried applying -webkit-touch-callout: none on the parent view, but that...
View ArticleIssue with ionic tabs using angular js
@gauravcoder wrote: am using fabric js with ionic framework , with tabs and canvas in all tab view issue if that if i reload tab with canvas that particular canvas work where as other canvas on next...
View ArticleDetect content from login details
@ashishphadale wrote: Its just simple trial app am trying out.App has 3 screens. 1.Login 2.Register 3.Submit KMmy question is related to the form fields on the Register page. You reach register page...
View Article