EmulatedDeviceLab
EmulatedDeviceLab copied to clipboard
An experimental prototype exploring simultaneous emulation of devices via Chrome DevTools
Feedback
Please use this issue thread to report your non-bug feedback. - How does this work within your design & development workflow? - How could this idea be improved? - Do...
Latest version includes things like syncing scroll inside elements. Update may be challenging since I had to make some custom changes in our local copy of browser-sync-client :( https://github.com/BrowserSync/browser-sync-client
- transpile es6 to es5 - bundle and minify the scripts
1. Setup https://github.com/appsforartists/ambidex-example--bike-index 2. Go to http://tardis.local:8080/ 3. Try opening menu _Expected result_: menu should be opened on all devices _Actual result_: menu opens only on active device
1. Spawn two devices 2. Go to http://jamesjoyce.co.uk/ 3. Scroll page horizontally _Expected result_: page scrolls on all devices _Actual result_: page scrolls only on active device Browser-sync does not...
Currently only styles that come from external stylesheets can be synced. This is due to limitations of `onResourceContentCommitted`/`onResourceAdded` - https://github.com/ChromeDevTools/EmulatedDeviceLab/blob/master/lib/devtools.js . One way to fix that will be by using...
## Issue `background: url(../img/bg.png)` (and other URLs) won't work after styles were synced. ## Cause The issue is that CSS syncing replaces all ``ed styles with inline styles. Details [in...
We should add a generic device border that can be used for devices that don't have device art. This would help with issue #12 since then we don't require device...
I'm noticing `` used a lot for the modals. Seems ones like the `device-manager-modal-tpl` could be implemented with the `` element and things could be cleaner in terms of setup....
Currently, once custom device type was set it can't be changed. Only removed.