List and Explain some of the Phone Gap events?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the events of Phone Gap are:
  • Pause: The pause event is emitted when the user switches away from the app and it is put in the background
  • Resume: The resume event is emitted when the app is brought back into the foreground. It is the inverse of pause.
  • Deviceready: The deviceready event is emitted when the Cordova is fully loaded, and APIs of the device provide information which your applications are ready to use.
  • Offline: The offline event is produced when the device goes offline.
  • Online: The Online event is produced when the device goes online. It is the inverse of the offline event.
  • Endcallbutton: The end call button also called a power button is used to end the call.
  • Volumedownbutton: The volume button is used to manage the volume of the device’s sound.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    PhoneGap Interview Questions

    What is Phone Gap and why do we use it?

    Phone Gap and its use: It is open source framework, which enables the user for developing applications for the mobile p..

    PhoneGap Interview Questions

    What do we need to develop in Phone Gap?

    In Phone Gap, we need the following things for different operating systems:For iOS: iOS SDK (System Development Kit),..

    PhoneGap Interview Questions

    Distinguish between Phone Gap and Phone Gap build?

    Phone Gap: Phone Gap is a framework for the mobile development. It is built on an open source called the Apache Cordova..