Aiello

Results 20 comments of Aiello

And it just needs to add a `\n` in the template. ![image](https://user-images.githubusercontent.com/7900765/109304197-dd58f200-7876-11eb-95ee-9257b39b7fe8.png) https://github.com/AielloChan/survey/commit/44148ffac0f0a13e6031fb046338aff69e01a889

> Thanks for the ping @AielloChan! It's been hard to wrangle all of the different notifications I get so I appreciate your patience. > > At the moment, a change...

Yes, but no matter `ctl` `commad` or `option`, there are so many shortcuts bound, and even different applications may have internal bindings. So I don’t know any good way to...

no `window` try config your webpack ``` export default { output: { globalObject: 'this' } } ``` and disabled your hot loading, cos worker do not have `window` or `document`

Try https://github.com/AielloChan/KeepAliveRoute

> Cache restoration is currently undergoing a bunch of work (cc @nathanhammond), would you mind including a testcase with this change so that we can verify that the behavior doesn't...

For now append `t=${Date.now()}` to request url will help to disable 304 cache 🤷 ```javascript const url = `https://sample.com/greet?t=${Date.now()}` ```

A smaller html file to reproduce this problem ```html Focus in different inputs to reproduce the problem hide keyboard ```