- Open Chrome on iOS
- Open http://prashn64.github.io/focus-repro-wormhole/ or your local server
- Click on the input
- Type a character
Expected: Focus retains on input
Actual: Focus is lost
- Open Chrome on iOS.
- Open http://prashn64.github.io/focus-repro-wormhole/ or your local server
- Click on the input
- Type a character
- Refocus and type a few more characters
- Delete your query all the way
Expected: Focus retains on input
Actual: Focus is lost
- Open browser on any mobile device (preferably one with older hardware)
- Open http://prashn64.github.io/focus-repro-wormhole/ or your local server
- type 3 characters very fast.
Expected: All keys are in the input
Actual: The 2nd or 3rd keys are dropped occassionaly
This problem is exacerbated on more complex apps.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.