-
Updated
Aug 27, 2020 - Dart
iOS

iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.
Here are 26,883 public repositories matching this topic...
-
Updated
Aug 26, 2020
-
Updated
Aug 27, 2020 - TypeScript
-
Updated
Aug 27, 2020 - Swift
-
Updated
Aug 26, 2020 - Dart
-
Updated
Aug 27, 2020 - Ruby
-
Updated
Aug 27, 2020
-
Updated
Aug 27, 2020 - Swift
-
Updated
Aug 21, 2020 - Swift
-
Updated
Aug 25, 2020 - Swift
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 27, 2020 - Swift
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
Aug 15, 2020 - Swift
Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
-
Updated
Aug 24, 2020 - Swift
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 27, 2020 - Objective-C
-
Updated
Aug 21, 2020 - Ruby
Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})
Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.