thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Delete card button may not always appear in correct position on iOS #92

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

Seems that when animating to edit mode the delete buttons don't always appear in the right position on iOS. This maybe a problem with using absolute positioning with animation. Suggested fix is to change position style with an alternative inline method.