Ionic Cloud Push Notification
@hit436 wrote: I followed the cloud docs to send push notification.I sent a notification through postman and got the status en-queued.I wrote the code following the docs from...
View ArticleWhen to do $ionicDeploy.check()
@fetmen wrote: I currently do this: .controller('AppCtrl', function ($scope, $ionicModal, $timeout, $http, localStorageService, Benefits, $state, $rootScope, $ionicDeploy) { // With the new view...
View ArticleFailed Android Integration?
@ForbiddenSoul wrote: Developing with ionic for the first time.Have a mock up app that runs PC::Chrome and Android::Crome 100%Creating an Android APK always fails, despite following all the...
View ArticleIonic View 401 Error
@obrignoni1 wrote: I have seen this issue in the forum before. I am creating a new topic because it started happening to me today. I have been using Ionic 2 beta 11 to develop my app. I have been able...
View ArticleSide menu and tabs navigation
@javaplayer wrote: Hi, I need to create an app with the following navigation: side menu | item A | item B | item C When I click on item A a page is displayed with some cards: card Acard Bcard C When I...
View ArticleApp works fine on chrome browser but not in GenyMotion or Actual android device
@priteshpmehta wrote: Hi all, My app and its features are working fine in browser, but when i am tring to run it on GenyMotion or on actual device it fails. I am able to install it successfully but it...
View ArticleMy disappeard when I installed SASS
@totoni wrote: Hi.I had a functional with a map. I wanted to use SASS and installed it (ionic install sass).Now my is gone, and I can't figure out why. Can anyone help? Regards EDIT: Found solution,...
View ArticleBack Button Text will change to Back in simulator
@hiraddaneshvar wrote: Hi, I am building an app using Ionic. After three nested views, when I hit back button once, the text changes to back instead of the previous page's title! What am I doing...
View ArticleExample of Ionic component - toggle with one letter inside
@Pablo74 wrote: Ionic 1.3.1, based on Angular (1.5.x) brings the way to write components (something like directives, see: documentation). This is a short write-up to show how we can define and use...
View ArticleinappBrowser overrides window.open and doesn't follow allow-navigation...
@mladen5 wrote: inappBrowser documentation says the following: _self: Opens in the Cordova WebView if the URL is in the white list, otherwise it opens in the InAppBrowser Does that mean that if i...
View ArticleMange plugins - different versions for different platforms
@mjpwall wrote: Hi, Is it possible to require different plugins for different platforms - for instance I'm using cordova-plugin-email-composer - the latest version works with ios, but android requires...
View ArticleAfter text input ,Keyboard pull down leaves White screen for quite sometime
@rahul202 wrote: After text input in scrollable ion-content, Keyboard pull down leaves White screen for quite sometime, it is bad for user experience. Gives an impression of lagging app. How to fix...
View ArticleHow to create and retrieve ng-model value inside ng-repeat in an Ionic view?
@n0s13 wrote: this is my IONIC view <div class="divTable" ng-repeat="quest in Questions" > <div class="divTableBody"> <div class="divTableRow"> <div class="divTableCell"...
View ArticlePush notifications get "syserror" status when created from API
@oscarmari wrote: Hey there! The push notifications of my app have stopped working today, apparently without a reason... I haven't changed anything, neither in the app or in the back-end. If I try to...
View ArticleSide menu + tabs OR Tabs + side menu
@SubEffect wrote: Everyone knows that Tabs + Side Menu is a useful and common setup. However, we don't have a starter for this. I've hacked together a compromise in the past but occasionally I find...
View ArticleSQLite and app reinstall/OS Upgrade
@ionicnewbie123 wrote: Hello,I would like to implement a data archive feature to my app , so the user can archive and restore the data after an app re-install or OS Upgrade, The data is not huge, so I...
View ArticleInAppBrowser plugin in Android giving error Cannot call...
@neha_01 wrote: Hi All , InAppbrowser plugin is working fine in iOS but with Android I am getting this error Cannot call determinedVisibility() - never saw a connection for the pid . Thank You in...
View ArticleShow iCloud option only when upload pdf file
@wsfreelanzer wrote: Hi, I am developing a ionic(v1) app, in the app i need an functionality to upload pdf files from iCloud drive. I have added the iCloud capabilities and it works fine. So what...
View ArticleFile Download
@Maheshvy wrote: The File download is not working if the file name contain " : " only for dis special character .Here is my code var uri = "http://192.168.0.15/action_item/attachment/" +...
View ArticleIs there plugin to run and control video streaming in ionic?
@waleedaz wrote: Hello I try to find plugin to run video stream and control it but can not find any help please ..Regards Posts: 1 Participants: 1 Read full topic
View Article