ChromeDevTools / EmulatedDeviceLab

An experimental prototype exploring simultaneous emulation of devices via Chrome DevTools

Home Page:https://chrome.google.com/webstore/detail/oaonfodocibcdobdeelbbfggjombamff/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synced keystrokes do not trigger autocomplete

kdzwinel opened this issue · comments

  1. Spawn two emulated devices
  2. go to http://en.m.wikipedia.org/wiki/Test
  3. start typing in the search bar

Expected result: search results should appear immediately on both devices
Actual result: search results appear only on active device

Looks like one of the events is not being synced (keyup? input?)

Browser-sync does not trigger any events on inputs/textareas, it just updates the value. I'll change that to emit input on each update.

Not sure what about textInput, change, keyup etc. - I'm leaving these out for now.