Ionic API rest with python
Ey I wanna know how to use the python Api example for Ionic notifications. Im newbie and I don't understand how it works. I tried to run the code but it shows me an error: unhashable type. # Import...
View ArticleInclude external functions
I have tried this way, but I only obtain a 404. I think ionic serve dont package my file.
View ArticleSave image file to photo gallery
I noticed this <canvas id="myCanvas" width="165px" height="145px"></canvas> so will the image stored in canvas also be 165x145?
View ArticleiOS 9 - Can't play video files from device file system, in html 5 video player
Did you ever find a fix for this?
View ArticleHow to add a notification badge to the launcher app icon?
Hello. I am testing with Samsung galaxy s4. I have been trying withhttp://docs.ionic.io/docs/push-overview https://github.com/phonegap-build/PushPlugin...
View ArticleIonic on IOS waits to load content before closing side menu
I don't have any index issue, thanks I actually already use this for a long time. I have the same issue as OP, on IOS the app waits for the content to be loaded before closing the menu.
View ArticleCursor remains stuck on original position after scroll
am building an application using ionic. I have a template with several input fields. When user hits on an input field I want to scroll the field to the top. I tried using...
View ArticleReload controller in ionic
Hey hi there, Am glad you took time to take a look at this. However, enter event is not triggered if the view is cached. As I mentioned the controller is not called at all so none of the events get...
View ArticleIonic on IOS waits to load content before closing side menu
I don't think it's closing issue, it's rendering issue, Have you checked the same without loading anything ?
View ArticleProblem in disabling swipe action in ion-list
codepen I want to disable swipe action for ion-items. But after clicking recorder button or delete button, it is enabling swipe action.Please help me in this
View ArticleIonic on IOS waits to load content before closing side menu
Yes. And of course, it closes immediately - since there is no content to load. On Android, it closes immediately and then the content loads (with whatever I did for the user to wait for it, loaders,...
View ArticleHow to send user to a specific page on clicking ngCordova local notification...
Hello, is there a way to open a particular page on remote notifications? I have the possibility of giving parameters to my push. Push messages are often sent in broadcast, but sometimes I need to...
View ArticleFoodica - Ionic app theme for food apps
**Coming soon ** Foodica comes with detailed views for both mobile screens and tablets.Both tie into the same SASS structure for your food apps. Subscribe now and know when its out. **Info: **...
View ArticleIon-slides 1.2.1 ionic unable to showPager
I'm using the new Ion-slides directive, but i'm not able to show the pager on the bottom of the screen. Is there an option to enable it?Thanks
View ArticleHow to disable drag in side menu
Drag-content="false" not working in mobile but it is working fine in browser
View ArticleIonic 2 and Barcode plugin
Try this: if (cordova.plugins.barcodeScanner) { cordova.plugins.barcodeScanner.scan((imageData) => { this.nav.push(ItemDetailsPage, { itemid: imageData.text } ) }, (error) => { alert("An error...
View ArticleUse of Smartsync with Salesforce
@gsanjeevkumar No for MobileCaddy but I did looked for other options and went for Salesforce SDK. I used backbone and salesforce libraries directly into ionic app. Follow their mobile sdk guide...
View ArticleIonic serve in "demo" mode
Hi guys I've been working with ionic a few months and it works great, but there is something I've trying lately without success. I'd like to show to the client the current state of the app without too...
View ArticleHuge textarea moves up out of screen in modal
Hi Mik378, I also have the same problem. Did u already find any solution for it? Thank you...
View Article