tags:

views:

14

answers:

0

I've created a lightbox effect using Dojo. Specifically, I've created is as a dojox.widget.Dialog.

The effects work/displays fine in every browser except for Safari on an iPhone (no issue with Safari on the Desktop). On the iPhone, the bottom edge of the lightbox won't expand to the bottom of the screen. I've tried to test this on a desktop using Safari by switching the user agent to Mobile Safari 3.1.2 and couldn't replicate the problem/flaw.

I'm trying to determine if this is due to a Dojo bug or something else, like my custom code or a CSS-related problem in tundra.css.

As anyone seen this behavior before?

Tomer