Michael Gangolf

Results 266 comments of Michael Gangolf

add a test. If it is not enabled it will only fire `scrolling` once at the start so the `count` is 1. With the property it (should) be around 90,...

@hansemannn could you have a look at this one.

tested in on iOS too with the example and an app with a ListView with 4 templates, 5 sections. And since its an older PR the whole iOS/Android test-suite was...

Sounds good. It comes very handy if you'll need to change a section/menu depending on your scroll position and for lazy loading. Markers are skipped sometimes when you add them...

> @m1ga Happy to take this before 12, e.g. 11.1.0! ah nice! Wasn't sure :smile: It's covered by a test case too so from a functional state point quick to...

About Android: https://github.com/appcelerator/titanium_mobile/pull/9601 > Animated vertical scrolling bugs mentioned above were solved by disabling the smooth scrolling animation. It now immediately jumps to the given position. This appears to be...

I wonder if the `reordering` already helps. I've added a test PR so you can try the actifacts https://github.com/tidev/titanium_mobile/pull/13400 Can you reproduce the crash all the time? Since the example...

> We could try out a new concept here: Providing a polyfill / parity API for iOS using the Javascript bindings! Some existing examples can be found [here](https://github.com/tidev/titanium_mobile/tree/master/common/Resources/ti.internal/extensions/ti/ui). We would...

Maybe a dev/production build issue? https://github.com/appcelerator/titanium_mobile/blob/fe3deddcea07ecb3555673cf2dba8d676fd79611/iphone/TitaniumKit/TitaniumKit/Sources/API/TiBase.h#L483-L488 sets it to 0.0.0 if not defined. But it is set here: https://github.com/appcelerator/titanium_mobile/blob/ead1713e5e36b4632b692ce6fcc9a9785b91ad26/iphone/cli/commands/_build.js#L4601 and if I look in the project.xconfig I see that TI_VERSION...

> Is `datePickerRange: true` when `from` AND `to` is set? no, it doesn't work this way automatically. That will still create the normal datepicker and ignores those parameters.