-
for example don't you have a handler in boot code that changes your touchscreen coordinates?
I don't think that case should hold us back. It'd be easy for me to handle that I believe, I'd just make sure to reregister that
drag
listener in particular every time another listener was prepended/X.on-ed.But I see your point, there are certainly some more apps/bootcode that expects to remain more or less at the fore of listeners and it would maybe become a headache.
I think the current solution is probably safe/sensible enough for now.
Agreed.
Thanks - that is an interesting thought! It does make some sense, but I think it would break other things - for example don't you have a handler in boot code that changes your touchscreen coordinates? That'd no longer be possible if everything else put the handler in front of it by default...
I think the current solution is probably safe/sensible enough for now.