Skip to content
#

C#

csharp logo

C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.

Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.

Here are 1,511 public repositories matching this topic...

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"
R-obert
R-obert commented Apr 26, 2020

Hello,

I have a lot of trouble understanding the documentation of this plugin.

At the beginning you say that I get the global object cordova.file when device is ready.
Then under "Where to store files" you explain the properties of the cordova.file locations.
And then you explain which exact paths these cordova.file locations map to, depending on the platform. Until here everything m

janpio
janpio commented May 28, 2019

Feature Request

Motivation Behind Feature

The tests added via #38 only cover a small part of the actual plugin functionality. This should be improved or increased confidence.

Feature Description

  • Test allow-intent
  • Test access
  • Add iOS tests: iOS also has a whitelist, although not via this plugin the tests could/should apply equally: https://cordova.apache.org/docs/en/
breautek
breautek commented Oct 22, 2019

I think there should be better warnings documented about using a remote url for the config.xml tag <content src="..." />

It should be noted that using remote urls can be dangerous for security and is also against the terms of service of both the Apple App & Google Play stores. (Text of interest is in bold).

Apple App Store policy at Section 4.7 HTML5 Games, Bots, etc[1] reads:

Apps may

timbru31
timbru31 commented Mar 17, 2020

When a user sets UIRequiresFullScreen to false, the orientation can't be locked on iOS. This is not a bug, but should be documented. See, e.g., https://www.telerik.com/forums/app-store-rejects-build-with-error-itms-90475-invalid-bundle-ipad-multitasking-support-requires-launch-story-board-in-bundle#wpXQ60c5tUmub3dI7iXi-A

We could think about rejecting the Promise in this case though.

Created by Anders Hejlsberg

Released January 2002

Repository
dotnet/csharplang
Website
docs.microsoft.com/dotnet/csharp
Wikipedia
Wikipedia

Related Topics

dotnet language
You can’t perform that action at this time.