user1503606
user1503606

Reputation: 4300

Appcelerator Bouncy Keyboard Toolbar Bug

Appcelerator Bouncy Keyboard Toolbar Bug

Hi all i am trying to find a fix for a bouncy keyboard toolbar with Appcelerator here is a video of the issue which i cannot find a fix look on various forums there was a animate set to false fix which didnt seem to work.

https://www.youtube.com/watch?v=Cd95W1LvNXk&feature=youtu.be

$.pinOne.keyboardToolbar = Titanium.UI.iOS.createToolbar({
            barColor : Alloy.Globals.Device.grey,
            tintColor : "#FFF",
            items : [cancelOne, Titanium.UI.createButton({
                systemButton : Titanium.UI.iPhone.SystemButton.FLEXIBLE_SPACE
            }), doneOne]
        });

Any suggestions?

Upvotes: 1

Views: 142

Answers (1)

Ray
Ray

Reputation: 486

Watched the video three times and I'm still not sure what you are expecting or trying to fix. Not sure what you mean by bouncy... Maybe you could give a better description of what exactly you're trying to fix.

Upvotes: 0

Related Questions