Steve Gordon

Results 11 comments of Steve Gordon

You'll need to check that the dates are not null prior to invoking getTime().

I personally prefer Truthy/Falsey since that naming maps to the concepts as I know them in the script world. Approaching the Script class and inspecting it in an object browser,...

Yeah, Or is the most obvious among them.

I'd personally prefer having Date.Parse() return null or having a Date.IsValid(). Using Script.IsNaN feels like a kludge. Thoughts?

I like the "undefined" approach. Seems like a compromise that addresses all of the concerns mentioned in this thread.

+1 - I'd like to see general clean up / simplification of all the attributes. It would be nice to move AlternateSignatureAttribute to System - it feels odd needing to...

The WebView fallback sample is a good starting point, but there are aspects of it that need further functionality to bring the WebView experience closer to parity with TWAs: -...

OK. I am also experiencing an issue with audio playback that I haven't resolved. These are showing in the debug logs: W/AudioManager: Use of stream types is deprecated for operations...

I resolved my audio issue. After more testing, I discovered the device itself wasn't outputting any sound. It seems the Xiaomi Mi Box S is incompatible with certain TVs. I...

Apologies. This may have been my issue - I was coming from a project derived from the earlier TWA sample. In that project, the navigation bar color was set to...