[AC-3248] html desperately needs any of rollover, hover, mousemove or even focus
GitHub Issue | n/a |
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2014-05-21T13:29:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Keylo E. |
Assignee | Ritu Agrawal |
Created | 2014-05-20T04:27:06.000+0000 |
Updated | 2016-03-08T07:57:39.000+0000 |
Description
Steps to Reproduce
Using Mobile Web more, as the request for app development has been lagging behind requests for web based solutions, not having the ability to track the cursor's position or listen for rollover events is keeping me from using Studio for desktop/laptop websites. At the very least, shouldn't the 'focus' event work for a window? Not only does it not seem to respond to rollovers but clicking a window doesn't bring it into focus, so what does? A mousemove event could also work if I calculate mouse.x/mouse.y but none of these are available. Any chance you're working on it or intend to? Otherwise I'll be forced to move away from the product and I don't want to, I love it, but the job market will not allow and laptops aren't going to disapper.
Actual Result
I haven't found a solution anywhere.
Expected Result
You'll find a way.
Comments
JSON Source
Hi Keylo, Titanium Mobile Web is designed to run in mobile browsers. We do not test, nor support Titanium Mobile Web apps in desktop browsers. Because mobile devices generally do NOT have a mouse, there's no need for rollover, hover, or mousemove events. Titanium Mobile Web does support focusing elements, but these are generally fired by non-input based actions such as opening a window, which fires the focus window event. Clicking on a window does not focus it. I would love to fix Titanium Mobile Web to add support for desktop browsers, however that probably won't happen anytime soon. :(
Thanks for responding.