Skip to content
#

Cordova

cordova logo

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 an UI framework, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.

Here are 2,585 public repositories matching this topic...

capacitor
jyyi1
jyyi1 commented Dec 14, 2021

Describe the bug
We are not able to rename an outline server in the client.

To Reproduce

  1. Start a new Outline instance
  2. Make sure you have at least one outline server added
  3. Click "..." -> "rename" to rename a server
  4. Type a new name and click "SAVE"
  5. Client says "Server renamed" but the name is not changed in the server list

Expected behavior
Server list shoul

jskrepnek
jskrepnek commented Nov 14, 2018

If a prepare hook is defined in a platform block, it is not executed when cordova prepare is called without specifying a platform.

My expectation is that the platform prepare hooks will be still be called when a platform is not provided as an argument to the platform prepare command.

For example:

Given the following hook:

<platform name="android">
    <hook type="after_prepare"

Created by Apache Software Foundation

Released January 11, 2013

Repository
apache/cordova
Website
cordova.apache.org
Wikipedia
Wikipedia

Related Topics

android electron ios macos mobile windows