Apache Cordova

Apache Cordova Android (by apache)

Apache Cordova Alternatives

Similar projects and alternatives to Apache Cordova

  1. Visual Studio Code

    Visual Studio Code

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Godot

    Godot Engine – Multi-platform 2D and 3D game engine

  4. React

    1,939 Apache Cordova VS React

    The library for web and native user interfaces.

  5. Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  6. pages-gem

    A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages

  7. react-native

    A framework for building native applications using React

  8. tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Vue.js

    386 Apache Cordova VS Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  11. sdk

    The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.

  12. Electron

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

  13. Phaser

    182 Apache Cordova VS Phaser

    Discontinued Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] (by photonstorm)

  14. capacitor

    159 Apache Cordova VS capacitor

    Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

  15. Ionic Framework

    A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

  16. NativeScript

    32 Apache Cordova VS NativeScript

    ⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Dart (Flutter) and you name it compatible.

  17. Scala.js

    Scala.js, the Scala to JavaScript compiler

  18. ava

    34 Apache Cordova VS ava

    Node.js test runner that lets you develop with confidence 🚀

  19. Sinon.JS

    32 Apache Cordova VS Sinon.JS

    Test spies, stubs and mocks for JavaScript.

  20. CubeShuffle

    Draft cube shuffle utility

  21. neon

    Rust bindings for writing safe and fast native Node.js modules. (by neon-bindings)

  22. awesome-tauri

    🚀 Awesome Tauri Apps, Plugins and Resources

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Apache Cordova alternative or higher similarity.

Apache Cordova discussion

Log in or Post with

Apache Cordova reviews and mentions

Posts with mentions or reviews of Apache Cordova. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-15.
  • Show HN: I Made a Web App to Bring Children's Drawings to Life
    1 project | news.ycombinator.com | 27 Dec 2024
    This is truly amazing. Is there a 'How it Works' a 'Potentials' section?

    I work with things that push to inspire creativity and learning to foster the passion behind creativity and authentic works where otherwise we'd see how 'AI copies our work' and now we can see how AI can bring works to life and make them more fun.

    Over-all would you like to see schools adopting your project? I didn't see a contact form but would love to be able to reach out and get more insight. I think this is absolutely wonderful.

    While I know tokens and generative AI have costs, I can see the business model.

    Since you've made it a web app have you explored the possibility of making it cross platform with something like Cordova? https://cordova.apache.org/

    Perhaps setting up a bluesky social and documenting the thought process as you build on would be amazing, I'd love to see more; but would definitely like to be able to reach out in the future. Definitely bookmarked!

  • PWAs wont replace native iOS apps
    2 projects | news.ycombinator.com | 15 Feb 2024
    Anyone have experience with/opinions on Apache Cordova? [1]

    It seems like it would solve most of the PWA issues. Although I vaguely recall reading that Apple is not too fond of apps that are basically just wrapped web views.

    [1] https://cordova.apache.org/

  • What's the latest way of submitting pwas to the app stores?
    1 project | news.ycombinator.com | 10 Feb 2024
    Has anyone tried pwa builder?[2]

    Thank you for any insights!

    [0]https://cordova.apache.org/

  • Apache Cordova: Mobile Apps with HTML, CSS and JavaScript
    1 project | news.ycombinator.com | 30 Sep 2023
  • Why does everyone "suddenly" hate Single Page Apps?
    4 projects | dev.to | 21 Feb 2023
    A little over a decade ago, I worked on the open-source project Apache Cordova/Adobe PhoneGap, first at IBM and later at Adobe. Apache Cordova enables you to build mobile applications using HTML, CSS and JavaScript while targeting multiple platforms with one code base. In today’s technology landscape, mobile is dominated by iOS and Android. In the early 2010’s we were awash in mobile platforms from BlackBerry, Microsoft, Firefox, Tizen, etc. Targeting multiple platforms, including the web, from one codebase was a game changer for overworked development teams.
  • The right way to build multi platform apps in 2023 using web tech. ?
    8 projects | /r/webdev | 31 Jan 2023
    There are layers that offer access to native APIs like capacitor, cordova and nativescript. Apparently sometimes multiple of them should be used, but I didn't understand what are the differences even after reading the announcement. These seem to be frontend agnostic technologies and Capacitor is apparently the more modern choice at the moment.
  • How to bypass mobile app review thanks to Capacitor, Ionic, and micro frontends 🤯
    10 projects | dev.to | 23 Jan 2023
    To be honest, we have not only Capacitor but also Cordova which Capacitor is based on but because Capacitor is more popular, has better community, deals with some problems better, and works beautifully with Ionic Framework I will tell more in a second, I simply recommend Capacitor.
  • Wrapping WebApp inside a WebView
    1 project | /r/androiddev | 9 Jan 2023
    Apache Cordova is an example of this. It is also useful if you need to access native code (the camera, database, etc), or to use just as a WebView Container as an application to deploy to the Play store/ App Store
  • Flutter or React Native to build a cross-platform app
    1 project | /r/webdev | 29 Dec 2022
    I've had a lot of success with Vue + Cordova. https://cordova.apache.org/
  • What's the best way to create a native phone app with web dev skills?
    3 projects | /r/webdev | 19 Dec 2022
    Ratchet, Ionic, Cordova.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic Apache Cordova repo stats
57
3,718
8.0
about 1 month ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com