Details
Description
A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo.
Activity
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Description |
A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo. |
A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo. |
Fix Version/s | 1.3 Beta [ 10373 ] |
Assignee | Steve Maryka [ steve.maryka ] | User Philip.breau [ philip.breau ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34270 | Mon Apr 08 10:06:46 MDT 2013 | philip.breau | - add BB Z10 |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34273 | Mon Apr 08 12:21:19 MDT 2013 | philip.breau | - add Nexus 7 |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34276 | Mon Apr 08 12:37:58 MDT 2013 | philip.breau | - ui layout styling |
Files Changed | ||||
![]() |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34667 | Thu May 02 10:18:11 MDT 2013 | philip.breau | - fix simulator param not being sent for iphone portrait |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35989 | Thu Jun 06 10:52:10 MDT 2013 | philip.breau | - remove obsolute images |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36618 | Tue Jul 09 17:22:29 MDT 2013 | philip.breau | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36649 | Thu Jul 11 16:14:55 MDT 2013 | philip.breau | - add simulator jar to samples if available |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36650 | Thu Jul 11 16:15:39 MDT 2013 | philip.breau | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36651 | Thu Jul 11 16:16:35 MDT 2013 | philip.breau | - add query string to redirect for simulator |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36652 | Thu Jul 11 16:27:01 MDT 2013 | philip.breau | - change jar name to icemobile-ee-simulator.jar |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36653 | Thu Jul 11 16:28:15 MDT 2013 | philip.breau | - allow view and simulator states to be passed as query params |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36654 | Thu Jul 11 16:29:07 MDT 2013 | philip.breau | - DeviceResourceRenderer.java check for theme param and render simulator css marker |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36655 | Thu Jul 11 16:29:28 MDT 2013 | philip.breau | - DeviceResourceTag.java check for theme param and render simulator css marker |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36667 | Fri Jul 12 11:35:54 MDT 2013 | philip.breau | - update iphone gradient for IE |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36668 | Fri Jul 12 11:43:11 MDT 2013 | philip.breau | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36985 | Tue Jul 16 18:32:11 MDT 2013 | philip.breau | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36991 | Wed Jul 17 09:49:37 MDT 2013 | philip.breau | - do not pass null params across welcome page redirects |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36994 | Wed Jul 17 11:22:48 MDT 2013 | philip.breau | - do not pass null params across welcome page redirects |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37002 | Wed Jul 17 14:47:04 MDT 2013 | philip.breau | - update device css |
Files Changed | ||||
![]() ![]() |
This may work better on some browsers than others, and we might simply target certain workable desktop browsers, like Chrome, and specify that others are not supported.
One issue would be removing the scroll bars. On webkit this is simple:
#element::-webkit-scrollbar
{ width: 0 !important }To simulate touch scrolling, we might just use external buttons outside the mock device screen allowing the users to scroll up or down.
was:A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo.