karolszafranski

Results 7 comments of karolszafranski

I run into the same issue even when not using a wildcard. I just want to upload a single file, not a directory. I expect the following workflow to be...

When sharing console as an [activity item](https://developer.apple.com/documentation/uikit/uiactivityviewcontroller/1622019-init) we provide an instance of [NSAttributedString](https://developer.apple.com/documentation/foundation/nsattributedstring). That, later on, is interpreted by the UIKit in `UIActivityViewController` that offers to transfer it as plain...

I tested both snippets, with the same results. The first timer was scheduled at: 08:23:13.871 and invalidated at: 08:23:15.689. 15.689 - 13.871 = 1,818s `for` loop used for scheduling timers...

I found that this issue does not occur in 2.x, what essentially means that Tabris.js 2 has a higher performance in this test case. It took 0.809s to schedule timers....

I've not been able to reproduce it. I tried taking an app to background as well as locking the screen. iOS 13.5 and 13.6. I also made some attempts without...

A dictionary containing so-called "launch options" is shared with an app right after it was started. I share the list of possible keys it can contain: https://developer.apple.com/documentation/uikit/uiapplicationlaunchoptionskey?language=objc I've never worked...

Those keys are string constants.