Ionic + Firebase not work android
@alehguedes wrote: In android Module 'firebase' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the...
View ArticleHow to add Ellipsis once text doesn't fit the container?
@junerockwell wrote: I have text that vary in length for each <ion-item>. I'm using collection-repeat for performance reasons. I've added class="item-text-wrap" to the <ion-item> so that...
View ArticleChange All Text Color in Ionic App
@Rosi061 wrote: Hello, I want do change all text color on my Ionic app.Is there any way so that I can change the text-color by setting the value of variables in "_variables.scss" file? Thanks in...
View ArticleInput range don't work with keyboard open!
@masai2k wrote: Hi,in my app I have a form with an input number and, below, an input range to change the number. But, only on iOS, when I insert the number I can't move the input range to the...
View ArticlePush not working even though we have device IDs
@platejoy1 wrote: $ionicPush.init and $ionicPush.register appear to be working (our onRegister callback is being called with a device token). However iOS doesn't display a pop-up asking for permission...
View ArticleHow to know if the SideMenu was opened by drag/swiping?
@junerockwell wrote: Is there a way to know in real-time if a SideMenu was opened by swiping or dragging? There is a button that opens the SideMenu: $scope.showRightMenu = function () {...
View ArticleIssue with ion-infinite-scroll
@priand wrote: There is an issue when an ion-infinite-scroll is added to a panel that has two ion-scroll/ion-content panels. In my application, I have a dual pane UI with a list on the left side, and...
View ArticleHttp.get not working in ios 9.2
@karlithoss wrote: Hello,I'm new to ionic and I developed an application that handles online orders and I use htt.get to recover data but as I compile android everything works; ios but I just can not...
View ArticleSidemenu right flick when navigate
@eldy wrote: My plus icon flicked when I navigate to Moe, Larry or Curly. How to avoid that? Posts: 1 Participants: 1 Read full topic
View ArticleProblems with splash screen
@nirtz89 wrote: I've added a splash screen to my Ionic Android project and it works fine.Only problem is that the app first fires a gray screen (app background is white) then shows the splash screen...
View ArticleLinking mean-stack to ionic
@Jairesmith1 wrote: Hey I'm very new to app creation and have been working with ionic for about a month now and I was wondering how do I get my application so that I can retrieve and send information...
View ArticleProblem with iFrame and link
@ahstanin wrote: Hey there guys, I am developing an ionic app, where I will show some html content from my SQLite database. I tried to show those content on a div using $sce.trustAsHtml problem is CSS...
View ArticleHow to debug and build an iOS version in Windows 8.1
@olivertech wrote: Guys, I have an android app done, and I would like to build an iOS version. But I do not have any ios device nor notebook ou desktop. So, my question is how can I do do have the...
View ArticleIonic push notification with icon
@totofe wrote: Hi, I try to send a push notification with ionic.io : http://docs.ionic.io/docs/push-sending-push I use this code : var req = { method: 'POST', url:...
View ArticlePrevent Drag outside element
@mladen5 wrote: I created element1 inside which you can drag another element2, but i want to disable dragging element2 outside of element1. Posts: 1 Participants: 1 Read full topic
View ArticleShrink and obfuscate code in ionic
@bhagurav1 wrote: Hi, I tried following instructions to obfuscate the code but it doesnt seem to work. I generate the apk and decomplie it using dex2jar and java compiler to see the .java files. They...
View ArticleWhich version of ionic to use?
@skryabind wrote: I begins new project and now I confused: Ionic 1, as I understand, is not supported, but Ionic 2 is in beta now and not recommended to production usage. Also there are not many...
View ArticleHow to create login
@ashish2312 wrote: how to create login i have a server and i have a web service..how to compare username and password in our controller... please help me i am new in ionic framewok Posts: 2...
View ArticleWebView width problem after orientation change
@DJAGU wrote: Hi, I am building an app using Ionic framework. My app works perfectly on Android Phones, Tablets and iOs emulators (iPhone and ipad).I wanted to test my app on an real iPhone and than...
View ArticleLeaflet directive doesn't work on mobile device
@vasach wrote: Hi guys , I'm working on ionic app which uses Leaflet directives . My main problem is that my map display like i want on browser, example: map.png812x1752 152 KB map.png812x1752 152 KB...
View Article