Issues with Ionic V2
@bgosalci wrote: After installing Ionic V2 I'm having all sorts of issues.I cant start new app, can't serve the app , literally can't do anything. Please help. This is what I'm getting when trying to...
View ArticleSingle quotes in meta tag being replaced with &apos on ionic upload
@Rich0101 wrote: When I run the command ionic upload, all of the single quotes within the below meta tag are replaced with &apos. It was also adding  to the beginning of index.html but...
View ArticleIos 9 and view transitions stops in the middle of sliding
@swapkids wrote: Simulator Screen Shot 26 Oct 2015 12.33.37.png640x1136 140 KB Only thing i'm doing is $state.go('app.login'); Is this a iOS 9/Ionic bug or do I miss something completely? Posts: 2...
View ArticleIssue with Ion side menu
@anmolarora wrote: While using Ionic's built in directive 'ion-side-menu', I noticed that when on clicking any of the content items in the side menu's ion content, the menu closes by default, which is...
View ArticleWhat is the solution for back button
@ahm3000 wrote: hi, I have problem with backbutton when I click back in chrome (ionic serve) it get white page , however I use windows.location to goback . <div id="logo" > <img...
View ArticleUpdate Dependencies for Ionic framework(in the website)
@rohitkashyap wrote: Please update dependencies for ionic framework using android as it is resulting in: "command failed with exit code enoent" Error Posts: 2 Participants: 2 Read full topic
View ArticleMaxlength conditional statement
@emsee71 wrote: How can I get the maxlength of the character in my services.js and put the maxlength of the character in my textbox ? Here is my code: services.js .factory('FactoryofQuestions',...
View ArticleHttp calls failing in IOS device but Works in Android?
@saifion wrote: I have developed my ionic app in android and IOS It is working fine for android.but for ios I am getting issue in the Http Calls fails and throw error with null in the http call error...
View ArticleError on building ios
@LouisR wrote: Hi I am trying to build my app for ios but I get the following error, can you help please ? ** BUILD FAILED ** The following build commands failed: CompileXIB...
View ArticleHow to build single side menu for all pages?
@mi6crazyheart wrote: Hi,I'm pretty new to ionic. Currently, I'm trying to build an android app. I've already built the Login, Session management & Logout thing. After, Login into the app, there...
View ArticleOffline application that requires to store huge number of images
@ubunny wrote: Planning on doing an offline application that will be deployed ad hoc. Data contains thousands of records and images (like for ID). Is there a good local storage solution for this kind...
View ArticleAlways Loading when emulate on IOS Simulator
@Jack_h wrote: Hi! Every one, I have a problem when I try to run my app on IOS simulator.The app always show system loading icon at landscape page, and after 10 mins apps still at landscape page. App...
View ArticleApp freezes after being in the background
@s4120 wrote: Hi, My app is running fine, but if I put it in the background for a while, it freezes :- I click on the icon of my app (which is in the background)- I get the splash screen- I get the...
View ArticleDropdown Select Bug iOS9
@nathanminarik wrote: UPDATE/RESOLUTION: I resolved this issue by removing the [overflow-scroll="true"] attribute on the ion-content element. I'm not sure why this was causing issues on iOS9, but I...
View ArticleIonic lifecycle
@levipadre wrote: Hi,I'm using SQLite to store user settings,but when I would like to set up these settings (when user starts the app), I just don't know where to do.I have the controller and within...
View Articledeviceready has not fired after 5 seconds
@ramonluis1987 wrote: I have a big problems.. when a use document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { $scope.prueba = 'ready'; } I have this error...
View ArticleIonic build android
@Ndoradoumngue wrote: Help! I run into this error when I run ionic build android: SyntaxError: Error parsing...
View ArticleHow to get a file from drop box app in order to upload it on external server?
@Lerwick wrote: Hi all ionic folks, I like to do the following:1 i do not want to use dropbox api2 i have a button on my app saying "upload a file from dropbox"3 after tap on it, i like drop box app...
View ArticleSaving and Restoring $ionicHistory
@fairwindtech wrote: Hi, This may be a n00b questions, so please forgive me if it is... I am creating an ionic app that "wizards" a user through about 10 forms. As the user submits each form, it saves...
View ArticleAdd html of button as a paramater for button's ng click function
@elinnet wrote: Hi, I'm pulling through a json file into my Ionic html file. For some lines of text, I have transformed them into a button. My plan is that when the user clicks the button, the html of...
View Article