Objective-C
Objective-C builds on the foundations of ANSI C. Compared to other object-oriented languages based on C, Objective-C is very dynamic. Dynamism enables the construction of sophisticated development tools. Since Objective-C incorporates C, one gets all the benefits of C when working within Objective-C.
Here are 58 public repositories matching this topic...
Given input:
if(cond1 || (cond2 && experiments.isToggleEnabled(STALE_FLAG)) {
// do something
}
the output of PiranhaJava is
if(cond1 || (cond2)) {
// do something
}
The additional paranthesis around cond2 should be eliminated.
Bug Report
Problem
What is expected to happen?
delete window.open will restore original window.open function on Electron platform or update documentation.
What does actually happen?
delete window.open removes any window.open implementaiton in Electron wrapper.
Information
-
Updated
Mar 17, 2020 - Java
I am using the version 0.0.9 of the plugin (after the redesign from 0.0.8).
Please notice that the documentation says that the method takePicture() requires a callback which takes a string with the image as a callback parameter, However, I am getting an array with a single string element back (instead of just a string). You should fix the doc or the code.
P.S.
Version 0.0.8 generated two ima
-
Updated
Jun 16, 2020 - Java
Java coding style
-
Updated
Feb 26, 2020 - Java
-
Updated
May 29, 2020 - Java
-
Updated
Mar 14, 2020 - Java
-
Updated
Jun 18, 2020 - Java
-
Updated
Apr 16, 2019 - Java
How do I configure it so that I can open a doc file on android?
The address of the document is a url. Also PPT and PDF files。
-
Updated
Oct 8, 2019 - Java
-
Updated
Apr 16, 2019 - Java
-
Updated
Jun 18, 2020 - Java
-
Updated
Nov 29, 2015 - Java
-
Updated
Nov 1, 2018 - Java
-
Updated
May 12, 2020 - Java
-
Updated
Nov 6, 2018 - Java
-
Updated
Aug 25, 2018 - Java
-
Updated
Sep 20, 2019 - Java
-
Updated
Jul 5, 2017 - Java
-
Updated
Jul 13, 2017 - Java
-
Updated
Oct 30, 2019 - Java
-
Updated
Jun 24, 2020 - Java
Issue Type
Description
Information
The splash screen mechanism is not well documented since the plugin is not responsible of the resource copy into platforms. I had to check the
cordova preparecode in order to figure out how<splash>tag is handled while I was trying to set an android vector (or svg