2 finger / 3 finger swipe in ionic
Thanks for the reply,I am just a starter in ionic,can you tell me how to add our own directive.
View ArticleModal not showing on device or emulator (but showing/hiding in browser)
it looks like i am having a similar issue....i can only get Modals to work on my device(android 4.1.1) It only works if i run with --livereload mode. I thought it might be some conflict so I have made...
View ArticleSmart Banner Hides Footer
I had included BranchIO smart banner in my Ionic application but when i open that in my mobile browser banner shows up but footer hides. Not understanding what is exactly causing it... when i remove...
View ArticleCan't add android platform to a new ionic project
I removed ionic from npm and reinstalled and no longer getting it. But still can't start an ionic project. I think getting started page is missing some serious setup and prerequisites instruction. And...
View ArticleCan't start app in iPhone simulator
I''m following the getting started guide. When I run ios build the build completes successfully.When I do sudo ionic emulate ios (by the way, all the examples seem to need admin privileges) the...
View ArticleUser.save returns "Request Failed with status code of 404"
Hi guys! I am trying to send push notifications to an android device. I have set everything and followed this tutorial like 10 times now, but I always get this error: Request Failed with status code...
View ArticleOffline (Google) Analytics
I don't really have any documentation regarding the offline collection, but to make sure it's working, open up Google Analytics Real Time, run your app offline, trigger a couple of events, then go...
View ArticleModal not showing on device or emulator (but showing/hiding in browser)
so I dont know if this is already an know thing but i figured it out (probably known to everyone but me =(.... to use the modal like this you must add "/www/" infront of where the file is on your...
View ArticleIonic custom push notifications android/iphone
I want to have push notifications in both iphone and android app. I searched and most posts are about the ionic service and plugin. I have my own server that handles push notification to devices. What...
View ArticleQuestion about device tokens for push
Thanks for your reply. I'm using the API from Ionic Push and send the notifications via a curl request on my server. The device tokens that appear with the users on apps.ionic.io, do they become...
View ArticleStrange Android device bug when selecting 1 particular .state: App gets stuck!
I have an app that has a sidemenu with the following .states(links): TodayCurrent TripCalendarProfileSettingsLogout While testing the app on the Android device... When I click to view the "Profile"...
View ArticleCreating PDF Docs in Ionic using pdfMake.org
It looks like your .runReport call happens outside of the .getPicture promise execution. Code flow probably continues to the .runReport with an empty or non-existent .imgData attribute on the $scope....
View ArticleStrange Android device bug when selecting 1 particular .state: App gets stuck!
I am reading some stuff about the whitelist plugin but I have this installed.
View ArticleIntel XDK Build fail for ionic project
Preliminary Infocordova -v 5.4.1ionic -v1.7.12 Intel XDK 2807 Here are my steps ionic start xdktest tabs ionic platform add android I imported this into xdk, and attempted a build and got the error...
View ArticleCard Showcase with limited description-height
Hello, I wanted to use the wonderfull Card Showcase but limit the description-paragraph to, lets say, 100px. Descriptions that are too big to fit in this size should be shortened and "..." should be...
View ArticleCan't get param values through $stateParams
url: '/itemdetails/:param1/:param2' does the job the way you should expect it
View ArticleSourcemaps in new project structure
In recent versions of the conference app and ionic 2 templates, the app folder containing the source code has been pulled up above the www folder where the build folder is and the transpiled code is...
View ArticleNavigation to abstract view doesn't show built-in animation effect
Hey there, I've been trying to figure out how to fix an issue with animation while navigating from a view to an abstract view that contains tabs. I managed to reproduce it into a sandbox. So,...
View ArticleCreating PDF Docs in Ionic using pdfMake.org
@jeffleus Thank you for your quick response.looks like you are correct in the scope issue. console.log('image data 1: ' + $scope.imgData); returns: [INFO:CONSOLE(45)] "image data 1:...
View Article