Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to parse JSON using PhoneGap

Follow the below steps to parse JASON in PhoneGap. Step 1. Call Js function From html page or from where we want, like this function onBodyLoad() { document.addEventListener(deviceready, callJson, false); } Step 2. Create a functio...

Drupal 7 authentication with javascript using Phone gap or Sencha

How to implement Drupal 7 authentication with javascript using Phone gap or Sencha Using Drupal 7 authentication with javascript using phone gap or sencha?

How to save image from url into device photo gallery

If you want to save image from url, you have to merge the following code to you js file First of all, we have to add the following plug-in to read, write and navigate file system. Write this in your code: cordova plugin add org.apache.cord...

Showing camera view inside html in android and then snap a picture

Hello All Today we will discuss about Showing camera view inside html in android and then click a picture: In PhoneGap we can Show Camera view inside HTML. Before we proceed with the plugin let me give you a walk-through of its features. Th...

How to get Geolocation (Lattitude and Longitude) of a point in phonegap

If you want to track the location using phonegap App, you can simply checkout this steps. 1. After creating a project for example "test", you can add a plugin using terminal cordova plugin add org.apache.cordova.geolocation After inst...

config.xml file in PhoneGap

Hello Today we will discuss in details about the config.xml file in PhoneGap The config.xml file allows developers to specify metadata about their application. To load the config.xml file correctly it should be at the top level of the appl...

iPhone orientation doesn't work in iOS 6 using config file with Phonegap Build

Solution 1: By adding UISupportedInterfaceOrientations platroms/ios/{ProjectName}/{ProjectName-info.plist add these lines: For Iphone: <key>UISupportedInterfaceOrientations</key> ...

How to use WebSql to store data in Phongap App

Hello Today I am going to discuss about the use of WebSql in Phonegap. In Phonegap, if you want to store data locally on device, Web SQL can be used. Most of the sql queries can be performed in Web sql using method openDatabase that takes 4 ...

Using IndexedDB in Phone Gap application

The IndexedDB is used to solve the problem of offline storage mechanisms that are supported by all the major browsers.It uses WebSQL implemented in browsers like Opera and Safari to expose IndexedDB API for web applications. Websites are able to...

Push notification plugin for IOS PhoneGap

Hello friends, today we will learn how to implement push notification functionality in PhoneGap project. So please follow each step one by one to add push notification: 1. Plugin Instlation For push notification in IOS you have to install p...

HTML5 Brings Future into Technology

HTML5 is the revolution which the web technology needs in today's competitive environment. If we look at the recently launched application in the market then we learn that HTML5 is the future platform for the web application development. Whether ...

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 Create Tab Bar in phoneGap Onesen UI

Hello All, The following code below will help you to create Tab Bar in phoneGap Onesen UI. <ons-tabbar> <ons-tabbar-item icon="home" label="Home" page="FirstPage.html" active="true"></ons-tabbar-item...

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> </...

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 . ...
prev 1 2 next
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: