please add support for javascript property window.innerWidth
Status: Beta
Brought to you by:
trainhappy
I often use the window.innerWidth property in javascript and unfortunately it appears that it's not supported in Lobo. Please add the innerWidth property or at least a similar property for determining the width of the content area in the browser. IE uses document.documentElement.clientWidth while Gecko browsers use window.innerWidth.