Describe the drawbacks of the Phone Gap?

devquora
devquora

Posted On: Feb 22, 2018

 

As JavaScript is used on the front end, it has some drawbacks too.
Following are the few drawbacks of Phone Gap:
  • Data processing: In comparison with JavaScript, the native language is much faster.
  • Background processing:  The large number of applications are dependent on the background thread while Phone Gap API is built by using JavaScript that doesn’t support any multi-threaded options and hence it doesn’t support the background processing as well.
  • Advanced graphics:  The applications that use the advanced graphics can easily be accessed by the third-party libraries and can also be done natively.
  • Complex business logic: A large number of complex business applications can be accessed better with a native code.
  • Access advanced native functionality: A large number of native API’s are not supported by the Phone Gap’s API.

    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

    List and Explain some of the Phone Gap events?

    Some of the events of Phone Gap are:Pause: The pause event is emitted when the user switches away from the app and ..