Joshua Quick
Joshua Quick
There is an open ticket for this issue here... https://jira.appcelerator.org/browse/TIMOB-24864
@m1ga, calling `View.animate()` should stop an existing animation too. On iOS, it does. On Android, the previous animation will continue to animate until its duration has ended, which causes the...
> Should I remove `stopAnimation()`? Good question... because I'm wondering if setting `View.animate()` to `null` would be a good alternative to stopping an animation. Currently, setting it to `null` will...
@hansemannn , we're already aware of this. It's been in alpha for over a month. We're waiting for a release version
@m1ga , just to let you know, when you target the upcoming Android 12, an exception will be thrown if you set the interval less than 200 milliseconds... unless you...
This "feature" allows the website to use "file://" URLs to access local files. Apple and Google considers this to be a security issue. And it violates the "same origin" policy...
@sgtcoolguy, I have an alternative idea. Instead of creating a separate JS runtime to execute the task's script in, how about firing an event on the main JS runtime. And...
In my opinion, this isn't a bug. Setting a TextField's height like this is bad practice in a cross-platform UI framework. The issue with this is you're making bad assumptions...
Yeah, Google's `TextInputLayout` wants to add padding for the animated hint text whether you use it or not. I had to work-around it for devs who don't want to use...
@sgtcoolguy , this PR's unit tests are timing-out on Android and macOS for some reason. So, we should NOT merge this PR yet. I'm not able to reproduce the time-outs...