Apply enable-menu-with-back-views only to one side menu, not all of them
@pxdev wrote: Hello, I've got an app that's going to have 2 side menus: a left one (shown only in root view) and a right one (shown only in certain views). I want the left side menu to have...
View ArticleSQLite SELECT returns 'undefined'
@GabrielBarreto wrote: Hi, i'm trying to use ngCordova SQLite (cordova-sqlite-ext) to persist data in my App.As far as i can see, it's opening the DB and saving data to it, but when i try to use a...
View ArticleImport Mysql database to backand with Angularjs
@Lbochra wrote: hi everyone, am a newbie so please bear with me ,i have made an app, still working on it, with ionic and i have choosen backand as as API, i want to connect my database, i've created...
View Articlehtml2canvas scrolled content
@dicearr wrote: Hello,I'm trying to print scrolled (horizontally) content by using html2canvas. Although I've modified html2canvas.js to use original heigh and width instead of using window size I'm...
View ArticleIon-slides breaks side menu scrolling but only on iOS device
@t1tlehto wrote: Hi, I have an issue with the side menu. I have a side menu with enough elements that it needs scrolling. I have a view with several full page sized elements. On the first slide the...
View ArticleIonic 1.3 Release Candidate w/ Angular 1.5 update
@danbucholtz wrote: Hello everyone, I am looking for testers willing to test their apps with a pre-release version of Ionic 1.3. This pre-release includes several bug fixes and migrates from angularjs...
View Article$state.go with {reload: true} messes with $ionicHistory.goBack()
@OguzGelal wrote: I'm trying to navigate from the state app.profile.id with parameter {id: x} to the state app.profile.id with parameter {id: y}. I do it by $state.go('app.profile.id', {id: y},...
View ArticleCode is not executed in the order
@Alexandre75 wrote: Hi, I have a strange comportement with my code in Ionic : the code is not executed in the order. In one function in my controller, i put several alerts to undesterand a bug, and an...
View ArticleSocial App Pages Reloading Every Time You Switch
@camcam wrote: I am creating a social media app with a bottom menu, right now every time you switch to a new screen the page has to load. Is it possible to have it so that when you open the app the...
View ArticleChanging background color using angularjs
@basedmula wrote: Hello, I'm currently trying change the background color of a tag. I have a quiz application with 4 questions (4 tags) and I want the color of the of the selected answer to change to...
View ArticleP2P Commuinication
@hitubansal wrote: Hello Is this possible to use P2P in ionic ? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleOpen external url
@ashraftushar wrote: HiI want to make a list whre there will be 5 linksI tried href did not workthen tried as below <div class="list"> <a class="item item-icon-left"...
View ArticleHow do i upload image wiout using file transfer
@Shavari wrote: hello ..i tried by convertin image to blob and send to server but blank image get uploaded. blank means only white backround pls help me for this ?? Posts: 1 Participants: 1 Read full...
View ArticleWhy ionic is not going for react.js?
@mayurbaldha wrote: Why ionic is not going for react.js ? Posts: 2 Participants: 2 Read full topic
View ArticleError code 1 for command
@satyampv wrote: otal time: 1 mins 11.457 secsERROR building one of the platforms: Error code 1 for command: /home/satyam/ionic/aao-app/platforms/android/gradlew with args:...
View ArticleAnimation on ion-item stopped working on devices
@webmarken wrote: Hi all, I have a list with a custom ion-item directive and an ngFx animation: <ion-list ng-if="!category.isCollapsed" show-reorder="packliste.showReorder"> <div my-item...
View ArticleExternal Resouces not working
@alehguedes wrote: ionic info Your system information: Cordova CLI: 6.0.0Ionic Version: 1.2.4Ionic CLI Version: 1.7.14Ionic App Lib Version: 0.7.0OS: Windows 8.1Node Version: v4.3.2 cordova plugin...
View ArticleFont size difference caused by Android font size settings
@JeffreyVR wrote: Hi! I'm developing an app and I'm using Android to test the app. While testing with a couple of devices I found out that some devices had different font sizes. After some searching I...
View ArticleAn issue using $state.go
@ordekci wrote: Hi. I use $state.go for navigation between views. Before navigation, I control internet connectio like below: if('window.isOnline()){ $cordovaToast.showLongCenter("No internet...
View Article