Side Drawer content Nested States Transitions
I solved the issue where instead of padding, I realized that the needs to have a top margin not a top padding.
View ArticleSticky object in a list
I have a different kind of behavior I need. Imagine a list with 1000 users. I am user 500. When the view loads I see my record in the middle the screen placed in rank order. 1 at top, 1000 at bottom....
View ArticleAngular Testing With Ionic
Hi all, I am currently trying to write unit tests for my Ionic app, but whenever I use inject suddenly testing stops working and I get an error. Angular-mocks is the same version as Angular that is...
View ArticleHow to reload page after input data to remote server and sqlite from another...
Have u tried to disable cache?
View ArticleFacebook share
my problem is how can i share a html content of my view? exemple photo, text or location??? help me please
View ArticleMigration Ionic 2 - CSS Components
Hi,I checked the Ionic 2 css components and I loved them. I want start using them in my ionic 1 project without migrating the all project. There's any issues replacing the ionic 1 with ionic 2 css...
View ArticleBest way to use Push notification in Ionic App
Ionic Push is a push service that the Ionic team is building to work with Ionic Framework. It's currently in alpha and is not recommended for production applications. If you intend to put your app...
View ArticleIonic 2 searcher with json array
did that work for you? Because for me the indexof throws error. Edit:ok for some reason now it doesn't throws an error (I think it was the changes I did to the tconfigjson or maybe is VSCode being...
View ArticleHow to trigger push notification from device?
I could be wrong, but since Firebase is a JSON data store and not a server, you probably won't be able to make POST requests via the Ionic Push API. Read the Sending Push doc for reference about how...
View ArticleHow to nav.push outside an ion-tabs?
The issue seems to be only on the Chrome iPhone "emulator". I am using Chrome to simulate it and does not get the issue on the Google Nexus "emulator". I also tried on a real BB10 phone and the...
View ArticleBarcode scanner detection and fetch data from database
I have got the Cordova plugin set up in the html and I have added all of the data into firebase but does anyone know how I would link the barcode scanner to firebase so it would bring up the data when...
View ArticleIonic 2 searcher with json array
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleNative Page Transitions for iOS and Android with Ionic Framework
Okay that makes total sense now. I apologize for misunderstanding. I tried it in both iOS and Android and the plugin is working perfectly. Thank you so much for this and good job on making this...
View ArticleWhitelist plugin not working on specific device Android
Hi, I don't know why but I have a samsung tablet working fine even without the whitelist plugin and my friend (who is not in the same city) can't log in into the app. So I supposed it was the...
View ArticleIonic 2 ion-slides Index attr, Having issues
It's a bug in the latest released version. It will be fixed in the next release which will hopefully be tomorrow. I'd link you to the issue but Github is currently down.
View ArticleWhy this codepen template build a white screen android apk even if serving it...
Plug the device into your computer, open Chrome on your computer and go to chrome://inspectYou should see your device. click Inspect, and go to the console tab, it most likely has come red errors.
View ArticleHow to add a button at the right side of the item?
Ionic 2 changes a lot but it is difficult to find the right document because it's still in beta. Can anybody suggestion what I should do so that my button is at the right side of the ion-item? The...
View ArticleIONIC refresh content after closing modal
I have a view that list all my contact I add new contact using IONIC modal The problem is my view doesnt refresh to show the new list when i close modal, it only shows the new list when I click the...
View ArticleSpeech Recognition
Hi, You need to use cordova plugin for that. there are couple of them open sourced. you can do some search.. Here's one i found..https://github.com/macdonst/SpeechRecognitionPlugin
View ArticleNg click in relation to button sizes
Thanks whizzkey, I am so sorry for not replying. I haven't gotten around to try the button sizes and pixels. I have other problem, which I am having a hard time solving. If I have myModal open, then...
View Article