Results 656 comments of Eric Blade

I would welcome that! Returning null *is* weird from a component, and I'm kinda staring at that wondering what I was thinking. Maybe so that the layout doesn't get any...

To actually answer the question :-D It seems, that as long as you still have API access, that this works. Cheers!

Apologies it took me a few .. months... :( to check in on this, just got my app back up now that i've got some time off from work. Time...

i'm trying out the original project right now, and the very first thing i noticed upon adding it, is that i have scrollbars in both directions on my window until...

FWIW, fixed this in my application by setting CSS ```.container-after-titlebar { overflow: visible; }```

oops, that doesn't actually fix it, it only fixes it when i set that property in inspector directly, thanks to the style apparently being set on the element directly, so...

.... and one last comment, lol, when i cloned the original source, is when i discovered there's an "overflow" attribute that can be passed into the Titlebar constructor.

awesome. most people probably have android\platform-tools in their path, but i just have ANDROID_HOME set for use with Cordova.

A short version, is that whenever any new global object or function is introduced into the system, you risk breaking something, somewhere. Potentially, the environment stomps on the code, or...

Agree. Someone pointed out this library to me with a not very well defined purpose as to why I should look at it, and it's not clear at all what...