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 128 public repositories matching this topic...
Xcode extension to paste JSON as Swift, Objective-C, and more
-
Updated
Apr 5, 2018 - JavaScript
Google Maps plugin for Cordova
-
Updated
Jun 12, 2020 - JavaScript
Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
-
Updated
Apr 28, 2020 - JavaScript
Example to follow
Hi guys, Anyone has an example that I could follow? I have tried to combine with https://reactnative.dev/docs/native-modules-android documentation, but I don't know how to do with other library.
I don't understand what I should put in:
public ProgressBarModule(ReactApplicationContext context) {
// Pass in the context to the constructor and save it so you can emit events
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"
What react-native version are you using? 0.61.5
What react-native-pdf version are you using? ^6.0.0
What platform does your issue occur on? (android/ios/both) during build
Describe your issue as precisely as possible :
- Steps to reproduce the issue or to explain in which case you get the issue
As mentioned in the readme, using rn-fetch-blob 0.11.x
yarn add rn-fetch-blob@^0.11.
Hand-crafted Frida examples
-
Updated
Jun 21, 2020 - JavaScript
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
Apache Cordova js
-
Updated
Jun 22, 2020 - JavaScript
Apache Cordova Plugin geolocation
-
Updated
Apr 22, 2020 - JavaScript
Apache Cordova Plugin file-transfer
-
Updated
Mar 6, 2020 - JavaScript
Mirror of Apache Weinre
-
Updated
Jul 7, 2018 - JavaScript
Improve tests
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/
Missing:
Author plugins
create Create a plugin
createpackagejson Add a package.json file to a plugin
platform Add and remove platforms from a plugin
Outdated:
- all the registry stuff can probably go
Apache Cordova Plugin media
-
Updated
Apr 22, 2020 - JavaScript
Adds a compatibility checker to cydia
-
Updated
Jun 25, 2020 - JavaScript
Apache Cordova Plugin device
-
Updated
Apr 22, 2020 - JavaScript
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
The distance in points between the bottom of one line fragment and the top of the next.
https://developer.apple.com/documentation/uikit/nsmutableparagraphstyle/1528742-linespacing
Apache Cordova Plugin media-capture
-
Updated
Apr 22, 2020 - JavaScript
iOS Shadowrocket(砸壳重签,仅供参考,添加节点存在问题)。另一个fq项目potatso源码参见:https://github.com/we11cheng/WCPotatso
-
Updated
Jan 17, 2020 - JavaScript
To customize the dialog to be cancelable or not cancelable is supported in ReactNative: https://facebook.github.io/react-native/docs/alert.
Is there a plan to support that in Cordova down the road?
react-native的一些example,目前支持iOS。另外收集了一份react-native学习列表
-
Updated
Nov 22, 2017 - JavaScript
Bug Report
Problem
The documentation on how to use plugin.xml dependency tag does not match usage.
Either there is a bug in cordova-lib or the documentation is incorrect.
What is expected to happen?
When installing a plugin that has t
Apache Cordova Plugin contacts
-
Updated
Feb 19, 2020 - JavaScript
When i tap a received push notification in a home screen (it means App is alive in background) the onNotificationOpened was not trigger.
i also tested app with this repo just change google-services.json, but not working too
expo: 31.0.6
expo-firebase-*: 1.0.0-rc.5
react-native: sdk-31.0.1
Apache Cordova Windows
-
Updated
May 14, 2020 - JavaScript
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.
这是一本用于记录 iOS 开发过程中遇到的一些问题和解决方案的电子书。
-
Updated
Dec 27, 2018 - JavaScript



pod installhangs at "Downloading specs".This is because the Cocoapods team changed their hosting.
Check this out: LINK
TLRD:
Change the first line of "Podfile" to "source 'https://cdn.cocoapods.org/" instead of the Github thing.