Keyboard/Content driving me nuts!
Any one? i got the feeling its an IOS 9 issue.. as this never appeared on my IOS 8
View ArticleIssues with action sheet
There not much to put in codepen, I mean that's just the code I posted in the question you know. I rmeoved the line you mentionned, but now I don't have any "cancel" button...
View ArticleSASS Structure and custom CSS
Usually you create a main file (e.g. app.scss) which imports other files prefixed with an underscore (Sass partials) using the @import directive....
View ArticlePersist localstorage in cordova app when app updates via app store
I found interesting combination with file system if you want to avoid SQL lite with LokiJs and filesystem adapter...
View ArticleIonic 2 - Component containing Ion-Tabs not compiling
Played around with it awhile yesterday but still could not get it working. One bump for visibility before I chalk it up to something not possible in Ionic.
View ArticlePersist localstorage in cordova app when app updates via app store
Thanks - I looked at LokiJS but decided to go with Pouch as eventually I may sync with a couchDB. Does anyone know of a way I can grab whats in localstorage and write it to a file that won't be killed...
View ArticleIonic bitcoin/blockchain P2P client
I'm looking to make an ionic app that connects to the bitcoin p2p network to verify and broadcast transactions. Up to now however I'm having trouble getting connected to active nodes. I've tried to...
View ArticleIonic2 + (React Native | NativeScript)?
According to this http://news.softpedia.com/news/angular-2-roadmap-update-react-native-and-nativescript-integration-485271.shtml React Native and NativeScript will help AngularJS become a power-player...
View ArticleUpdating Ionic2 Alpha
Based on this, it would seem more logical to change/alias the "ionic" package to "ionic-cli", and avoid all the confusions.
View ArticleUpdating Ionic2 Alpha
@brandyshea I've removed that link from my post now just in case it caused anyone to do the wrong thing.
View ArticleAndroid M's permissions system
Hi guys, I was bit of afraid of it and now I am pretty sure. How does/will do Ionic deal with the new permission system introduced in Android M. I am asking, because I am building an application,...
View ArticleAndroid M's permissions system
Shouldn't it be taken into account by cordova-android 5.0 release rather than Ionic?
View ArticleDeviceready has not fired after 5 seconds, with ionic emulate on iOS simulator
Hi I have this error deviceready has not fired after 5 seconds. when I try to emulate my ionic app on the iOS simulator using this command: $ionic emulate -l -c --target='iPhone-5s, 9.1' --debug ios...
View ArticleIonic - View without heade - iOS
Hello, I have a requirement where I don't need header on my page. I am hiding header as below.<ion-view hide-nav-bar="true"> But after doing that, on iOS, my content is interfering with status...
View ArticleAndroid M's permissions system
So yes, Cordova Android has support forcheckSelfPermission() and also requestPermission() methods but it will probably take time before each plugin uses them. So in meantime, I guess the only solution...
View ArticleIonic - View without heade - iOS
test2244: I am hiding header as below How? Please show some code.
View ArticleAndroid M's permissions system
Thanx for such a quick reply. I am not releasing the app in such a short time, I was just confused, why it doesn't work, so after I found it, my first steps headed here. While developing, I don't mid...
View ArticleIonic - View without heade - iOS
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleBest method Storing and retrieving data both locally and online?
I'll check that out thanks for your help.
View Article