Control touchID popup header?
@KimB wrote: Hello there, wonder if anyone knows how can I manipulate the touchID popup header? for example, app name called "Hello World", then my popup header would be Touch ID for "Hello World" But...
View ArticleNavigation navbar transition issue
@Arandy wrote: Hello, I'm facing a bizzare issue which I'm not sure what causes it. The problem is affecting the navbar. See this cropped screencast: The problem I'm speaking about is clearly visible...
View ArticleVariable data in header?
@scottdenoon wrote: I am somewhat new to ionic and am trying to add a temperature to the header of every page using a json feed that I get using http.get. What are the best practices for placing this...
View ArticleTransferring Data from side menu to rootpages
@cross19xx wrote: How does one send data which is in the side menu into one of the pages Posts: 2 Participants: 2 Read full topic
View ArticleWkWebView not loading local image files under ios9
@jimmyyao88 wrote: Hi,in order to improve the performance , i update the webview to WKwebview :cordova wkwebview,unfortunately , it can't load the local file from '/Documents' directory , and i found...
View ArticleModifying bar-header in ion-nav-view
@bl4ckdu5t wrote: I'd just generated a sidebar ion template and I have ion-nav-view that sets title for pages with the view-title attribute. <ion-view view-title="Playlists"> <ion-content>...
View ArticleReference Error: Ionic is not defined
@MatheusSuffi wrote: hello. when I try to use the variable " Ionic " inside the app.js or controller.js , I get an error:"Reference Error : Ionic is not defined "I wonder if this missing some...
View ArticleChange the start page of the blank template
@pbul2004 wrote: Hi, I want to be able to change the default start page of my starter app. At the moment it just defaults to page1.html of the tabs. I want to be able to set a start page with no...
View ArticleHow to set the selected Segment
@shmu80 wrote: I am using ion-segment in my page, and I want to set one of the segment is selected segment whenever the page show, but it is not working if I use ngSelected="selected". Anybody can...
View ArticleNew beta user service
@dominicharrington wrote: According to the beta migration doc http://docs.ionic.io/docs/migration-guide: "Ionic.User now requires the implementation of Ionic.Auth into your application." Why has this...
View ArticleIonic2 declare global function?
@Cheaf wrote: Hello there. I have a cordova plugin, that after finish calls JS function, let's call it initFinished() for example purpose. I can receive that call with pure JS by just declaring it -...
View ArticleHow to upload a picture with Ionic 2
@NeoxidSolutions wrote: Hi, I'm building an app with Ionic 2 and Django Rest Framework. I need to take a photo from gallery or camera and upload this picture to my server. I have this code that opens...
View ArticleNavigation history to a Tabs page doesn't work
@guillaume_r wrote: Hello, I have a root page who displays a basic ion-list with a FAB button.When i click on the FAB button to create a new item, i perform a : this.nav.push(CreatePage, { myParams...
View ArticleHandle hardware back button
@fabiobalsamo wrote: Hi, how handle hardware back button in one page app? I read about this$ionicPlatform.registerBackButtonAction(function(){ if($ionicHistory.currentStateName === 'someStateName'){...
View ArticleHow to change color of tabs?
@David101 wrote: I wish to change the active colour of my tabs to a custom one. I also would like to change the colour of the icons if possible. Currently the tab I am on is the color positive and the...
View ArticleIonic View with Ionic 2 app
@icarus_31 wrote: Hi, I know the Ionic View does not support all Cordova plugins (here). I have an app that is working in Chrome and on Android device. When trying the same app with Ionic View, it...
View ArticleHow to change page from service (@Injectable())
@royip wrote: Hi Is it possiable to change page from an injectable service?I tried @ViewChild(Nav) nav and nav is undefinedI alos tried this.nav = app.getComponent('nav') by injecting IonicApp to the...
View ArticleHow do I parse it a returned JSON object
@bishalpaul1995 wrote: My server replies {"authentication":"done"} as a JSON object , how do I parse it using RxJS Posts: 1 Participants: 1 Read full topic
View ArticleIonic slide version 3.1.2 needs update to 3.3.1
@Reliefapps wrote: Hi people, after some time of researching how to check if I am moving forward or backward in an ion-slide,I noticed that there are onSlideNextStart and onSlidePrevStart on swiper v...
View ArticleHow to CRUD with Ionic Framework using MySql InnoDB? (New in programming)
@Sky99 wrote: Hi , sorry for newbie question. First i am new in programming. I have searching some tutorial but i am still confuse what i need to search and confuse with that tutorial (maybe because i...
View Article