Post
Topic
Board Gambling
Re: bitZino - HTML5 Bitcoin Casino - Provably Fair - Now feturing Roulette!
by
libertaad
on 30/08/2012, 17:53:10 UTC
Also, and you may already do this, can you data tag the field so that only the numeric keys show on mobile devices?


EDIT:  Here is a link: http://stackoverflow.com/questions/6753600/iphone-development-how-to-display-a-numeric-keyboard

That's a great idea. We don't do that yet, but we definitely should be! We'll add it shortly.

The video poker has a bug - if you press the Bet button while it is greyed out (because you're supposed to hit Draw), the game malfunctions with the following message: Out of Sync You have modified this table in another window Your previous action has not been taken. This table has been refreshed, and you can now continue playing.

A large number of video poker games have the bet/draw button be the same or in the same position, so it is natural to want to click the same position after choosing which cards to hold.

Yikes! That was a bug that got introduced when we launched roulette. Fortunately it was just a display bug. It's been fixed now!

We also pushed out some of the minor bug fixes and tweaks discussed earlier:
- Bet per click is now correctly remembered between hands.
- Reclicking on a bet will increment the bet, rather than dismissing the popup.
  -We decided to not do the change where we only show the popup on the second click - it turned out that this was somewhat of a confusing flow - it was non-obvious why the popup would show sometimes and not other times.
  -We also tweaked the behavior so that the bet is not incremented if the popup isn't already showing unless it's the first click. This allows you to click on a bet to make edits to it without having the bet be modified first.
- The input box gets focus automatically when the bet popup appears (only on non-mobile devices).
- The style of winning bets is changed to have a white drop shadow instead of a red shadow.

Still to do today is some animation timing tweaks, as well as experimentation with hover effects.

Thanks for all the feedback, and keep it coming!