1.

Explain What Are The Limitation Of Phonegap?

Answer»

As the front-end USES JavaScript it does have some limitation

  • Data processing: COMPARE to JavaScript native language is much FASTER
  • Back-ground processing: Large number of application depends on background thread while PhoneGap API are built using JavaScript which does not support multi-threaded and hence does not support back ground processing
  • Advanced graphics: Apps that use advanced graphics can be accessed explicitly by third party libraries, which can be best done natively
  • Complex business logic: Number of complex business app can be accessed better with a native code
  • ACCESS advanced native functionality: Number of native API’s are not supported by PhoneGap’s API

As the front-end uses JavaScript it does have some limitation



Discussion

No Comment Found