Christopher Williams

Results 19 comments of Christopher Williams

So my initial suspicion was that this was caused by the promise polyfill stuff. But even if I run on an iOS 13 sim and disable Promise polyfills (to use...

So, this is very much related to #11693 - we're hitting the same basic code path. My PR attempts to move iOS to match Android's require/Module implementation and move all...

@garymathews Can we break out the V8 update/C++14 change to a separate PR we can land earlier? I assume that'd be fairly straight-forward to do and CR to get landed....

@AndreaVitale I can see that the underlying implementation is different here, but what exactly are the differences between the new properties and `tabsTranslucent` and `tabsBackgroundImage`? It's not immediately/obviously clear to...

Relates to #11689 My understanding on the iOS side is: - iOS < 13 we could add a "background service" that ran after the app was backgrounded for some short...

Curious how this plays with/complements `Ti.UI.Window.exitOnClose` as well. Seems like this tiapp.xml property is about being able to launch the app in the background with no UI (primarily so you...

@m1ga Sorry about the delay in responding! Ok, yeah it makes sense that We call stopAnimation() on the view then. I'd still like to see some sort of feedback/mechanism like...

It actually is implemented at the `console` level here: https://github.com/appcelerator/titanium_mobile/blob/master/common/Resources/ti.internal/extensions/js/console.js#L74-L83 The issue is in the CLI hooks that print the logs to the terminal/shell - they do some trimming of...

cc @jquick-axway @garymathews