Our first Ionic 2 App
ihadeed: Thanks, a translation would be helpful for sure!Can I contact you once the the app is ready to be fully published and the description has been finalized? Sure, feel free to contact me...
View ArticleOur first Ionic 2 App
Thank you for the feedback. I will do the necessary tests and try to figure out the reasons it didn't work.
View ArticleIonic spinner within button vertical alignment
Oh, I'm sorry this didn't work, because I tried to resize my screen to see the behavior. I'll look into it later if no answer is given by someone else
View ArticleIonic with Genymotion
gayatri31: I'm using sublime text 2 for ionic mobile app. Now I need to run my app using genymotion emulator. I downloaded genymotion but I don't know how to merge genymotion and sublime to run my...
View ArticleControllers loadin every single time I hit the page
there are two caches --> forwardCache and default caching (only backviews --> caches the previously visited pages). And the caches are holding only a specific number of views (default 10) Look...
View ArticleSimulator not working
Hi, I have entered ionic emulate ios which said that build was succeeded but it didnt seem to get past the safari stage (see picture) I then tried ionic emulate ios -l -c and it did exactly the same...
View ArticleCode indentation
do you want to format multiline source code here in the forum?like this: Multiline Code is awesome ??? Add an empty row before and after your code and use 4 spaces to activate code-formtting.
View ArticleBest way to center contents in a view
or you use the scss mixins of ionic like:align-self(center); or create your own flexbox helper classes with ionic flexbox mixins your can found here: github.com...
View ArticleLooking for an experienced Ionic developer
I'm interested on your project. Kindly share the details to us. info @ optisolbusiness.com
View ArticleAlign title of item divider to right
Is there anyway to align title of a divider item to right? The following code did not work <ion-list class="list"> <!--offer, need or help--> <ion-item class="item item-divider...
View ArticleGoogle Play warning: You are using a vulnerable version of Apache Cordova
if you update your cli version and rebuild your apps --> the apps are using the new cordova version.... there is no difference i think
View ArticleAccess to native web browsers (chrome and safarai)
Hello everybody! Im getting started with my first ionic project and i'm wondering if with ionic its possible to fire a native browser (to show a web in my case). I made a little app with android, but...
View ArticleAccess to native web browsers (chrome and safarai)
there is the inapp-browser cordova plugin --> you can open the browser in your app or if you want to simply open chrome or mobile safari with addressbar and so on use: window.open('WEBSITEURL',...
View ArticleAlign title of item divider to right
Could you edit your post so that we can see your code ? Thank you.
View ArticleAlign title of item divider to right
try to set class text-right to your ion-item <ion-item class="item item-divider assertive-100-bg text-right rtl"> <h2 class="text-right">Check this</h2> </ion-item>
View ArticleError happened [Error: Invalid character entity
Exactly the same here, it was also a problem in my config.xml !
View ArticleFirebase variable that can be accessed globally
If you are using Angular2 --> read about injectables (it is something like services in Angular 1). They are an easy way to provide functions and properties to all components
View ArticleAlign title of item divider to right
It works, and I confirm that text-right is require din both the ion-item as well as the h2 tagsthanks
View ArticleWindows Phone Support
Hello, I use windows platform and my ionic app is running on Windows Phone 1.Cans I use the same platform to run my app on Windows Phone 8.0? Or do I have to add wp8 platform?
View Article