Featured
-
No Featured Found!
Tags
Show a Sheet of options the user can choose from with native effect
If you want to show a sheet of options where users can choose from, for IOS application, to make this possible please follow the instructions below:-
Install the plugin- ActionSheet: a Cordova plugin from the below link:
https://github.com/Ed...
How to convert number into corresponding Month Name
Hello Everyone, In this article I am sharing how to display Month Name for corresponding number such as if we have month coming in number from server say(1,2...so on) and we want to display January in place of 1, February in place of 2 and so on ...
Navigation Between Pages in Phonegap onsenui
<ons-page class="center">
<h1>My First Page</h1>
<ons-button
ng-click="ons.navigator.pushPage('secondPage.html')">
Push My second Page
</ons-button>
</...
Solution of flickering issue in phonegap
Flickering issue come at the time of page transition due to jQuery mobile zoom function, which can be remove by deleting these two lines from jquery mobile:
meta.attr( "content", disabledZoom );
meta.attr( "content", enabledZoom );
I hop...
PhoneGap is Making life easy
Mobile industry is growing thick and fast in IT word .The war of Mobile OS is getting more and more wild .We have currently Android ,Blackberry,iOS, Windows Phone,Other software platforms,Firefox OS,Sailfish OS, Tizen,Ubuntu Touch OS in market . ...