Poker Mavens 4.49 Released

For general discussion of the Poker Mavens software
Post Reply
Kent Briggs
Site Admin
Posts: 5879
Joined: Wed Mar 19, 2008 8:47 pm

Poker Mavens 4.49 Released

Post by Kent Briggs »

Upgrade page:

http://www.briggsoft.com/patches.htm

Changes:

One last version 4 update before the release of version 5 tomorrow:

Added full-screen meta tags to client html for mobile users. Specifically these:

Code: Select all

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
Safari on iOS and Chrome on Android both have "Add to Home Screen" commands. Doing that while connected to your site will add an icon to the home screen. When the player launches from there on the next visit, the device will see those meta tags and start the browser in full screen mode (without any tabs or URL bar) and jump directly to your site. If you are embedding the client in an iframe on your own web site, you'll need to add those tags to your own html wrapper since they are only recognized on the outer-most layer.

Fixed a bug in "Table background text color" setting. This bug has actually been around since version 4.00 and no one ever noticed it. In the Client Settings group, there are two settings that specify the color of text place on the table graphic, "Table top text color" and "Table background text color". The first one is for the chip amounts that appear inside the table oval and the second one is for the various check boxes that appear outside of the oval. Turns out the second settings was being ignored and all the text was rendered in the first color.
Post Reply