Need advice about which tool to choose?Ask the StackShare community!

PhoneGap

582
683
+ 1
94
PWA

35
131
+ 1
0
Add tool

PWA vs PhoneGap: What are the differences?

Introduction

In this article, we will discuss the key differences between Progressive Web Apps (PWA) and PhoneGap.

  1. Installation Process: Progressive Web Apps can be installed directly from a web browser, without the need to go through an app store. On the other hand, PhoneGap apps need to be distributed through app stores or as standalone APK files.

  2. Platform Limitations: Progressive Web Apps are not limited to any specific platform and can run on any web browser that supports the necessary technologies. PhoneGap, on the other hand, is built on top of Apache Cordova and relies on platform-specific WebView components, making it limited to specific platforms such as Android, iOS, and Windows Phone.

  3. Access to Native APIs: Progressive Web Apps have limited access to native device APIs and functionality, as they primarily rely on web technologies. PhoneGap, on the other hand, provides a bridge between web and native code, allowing developers to access a wide range of native APIs and device functionalities.

  4. Performance: Progressive Web Apps can offer fast and responsive user experiences through techniques like service workers, caching, and efficient data management. However, PhoneGap apps may experience slightly lower performance due to the overhead of running a web app inside a WebView.

  5. Offline Support: Progressive Web Apps can work offline or in low-connectivity environments by caching the necessary resources. PhoneGap apps can also support offline functionality by utilizing plugins, but it requires additional development effort.

  6. Updates and Maintenance: Progressive Web Apps can be updated instantly, as changes made to the web server are immediately reflected in the app. PhoneGap apps, on the other hand, require updates to be pushed through app stores, which may cause delays in getting the latest features and bug fixes to the users.

In summary, Progressive Web Apps can be installed directly from a web browser, work across multiple platforms, have limited access to native APIs, offer better performance, provide offline support with built-in capabilities, and allow for instant updates. PhoneGap, on the other hand, needs distribution through app stores, is limited to specific platforms, offers greater access to native APIs, may have slightly lower performance, requires additional effort for offline support, and has delayed update delivery.

Decisions about PhoneGap and PWA
Aleksandr Filatov
Contract Software Engineer - Microsoft · | 2 upvotes · 108.6K views
What is Proguard?

ProGuard is the most popular optimizer for Java bytecode. It makes your Java and Android applications up to 90% smaller and up to 20% faster. ProGuard also provides minimal protection against reverse engineering by obfuscating the names of classes, fields and methods.

How to use it in Cordova app?

I didn't find any plugins for it. So I've implemented it by myself and shared it on GitHub.

Feel free to use!

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of PhoneGap
Pros of PWA
  • 46
    Javascript
  • 13
    Backed by Adobe
  • 11
    Free
  • 9
    Easy and developer friendly
  • 6
    Support more platforms
  • 3
    It's javascript, html, and css
  • 2
    Common code base across all mobile platform
  • 1
    Not bound to specific framework
  • 1
    Powerful Framework
  • 1
    Runs on mobile browser
  • 1
    Similar UI across all platform
  • 0
    Free easy fast and not buggy in my experience
  • 1
    Doesn't need a native building tools/sdk
  • 1
    Free
  • 1
    It's javascript, html, and css
  • 1
    Allows for rapid prototyping

Sign up to add or upvote prosMake informed product decisions

Cons of PhoneGap
Cons of PWA
  • 2
    Never as good as a native app
  • 1
    Created for web pages, not for complex Apps
  • 1
    Poor user experience
  • 1
    Not build for high performance
  • 1
    Hard to see
  • 1
    Adoption across mobile OSes varies

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is PhoneGap?

PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript. PhoneGap is a distribution of Apache Cordova. PhoneGap allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms' native development language. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's sensors, data, and network status.

What is PWA?

Building a high-quality Progressive Web App has incredible benefits, making it easy to delight your users, grow engagement and increase conversions.It is intended to work on any platform that uses a standards-compliant browser.

Need advice about which tool to choose?Ask the StackShare community!

What companies use PhoneGap?
What companies use PWA?
See which teams inside your own company are using PhoneGap or PWA.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with PhoneGap?
What tools integrate with PWA?
    No integrations found

    Sign up to get full access to all the tool integrationsMake informed product decisions

    What are some alternatives to PhoneGap and PWA?
    Ionic
    Free and open source, Ionic offers a library of mobile and desktop-optimized HTML, CSS and JS components for building highly interactive apps. Use with Angular, React, Vue, or plain JavaScript.
    Xamarin
    Xamarin’s Mono-based products enable .NET developers to use their existing code, libraries and tools (including Visual Studio*), as well as skills in .NET and the C# programming language, to create mobile applications for the industry’s most widely-used mobile devices, including Android-based smartphones and tablets, iPhone, iPad and iPod Touch.
    Apache Cordova
    Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.
    Sencha Touch
    Sencha Touch 2, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform. Built for enabling world-class user experiences, Sencha Touch 2 is the only framework that enables developers to build fast and impressive apps that work on iOS, Android, BlackBerry, Kindle Fire, and more.
    React Native
    React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.
    See all alternatives