Problem In my webpage, I have the following @media queries: /* Smartphones (iPhone 3GS/4 and others; portrait and landscape) */ […]
Tag: mobile
Mobile touch menu
Problem I want to make a menu-item which: Reveals a drop-down submenu, when the item is hovered (using a mouse) […]
Making a lightweight app in BlackBerry Browserfield
Problem This is an app made by me to display a web page on blackberry and to add some more […]
Mobile user agent check
Problem I’ve been using the following user agent Regular Expression to detect mobile devices, but I recently came across a […]
Navigating menus in automation tests
Problem I am trying to write a method that can find the child item in a menu. The below code […]
Hide/show sidebar
Problem I am using this code for my responsive layout mobile sidebar hide/show. I am not an expert in jQuery […]