Hello everyone,

I have created a small js library that deals with a few things I needed done. I thought others may want to take advantage of it.

* determine if it's mobile and what mobile platform is being used
* get browser width and height.
* reload parent (just a quick reload without having to use a URL)
* Open a draggable internal window (this opens a div that holds an iFrame and can be made modal)
* Open a centered internal window (same as above only this one will self-center and stay centered when the browser resizes)
* Open a custom browser window. (most browser features turned off, the ability to control resizing, set height, width, x position, and y position)

You can find it in the App Builders Network group here...
http://community.clickteam.com/group.php?discussionid=120&do=discuss

All downloads provided...
HTML example
MFA file
js File
Images file


Have fun!