Results 6 issues of gwl002

` ` I don't want the form to automatically submit when the taginput is focus and enter pressed.How can i reach this?

### versions ![default](https://user-images.githubusercontent.com/18588945/43254967-2430648a-90fb-11e8-8776-8ddd3d136e33.png) I am scrapy a website which have to access location permission first.But how can i do this in slimerjs.If I don't permit the location request in the...

如果每一个公众号都要手动点一遍那太费劲了啊。

`export default class App extends Component{ constructor(props) { super(props); Voice.onSpeechStart = this.onSpeechStartHandler.bind(this); Voice.onSpeechEnd = this.onSpeechEndHandler.bind(this); Voice.onSpeechError = this.onSpeechError.bind(this); Voice.onSpeechResults = this.onSpeechResultsHandler.bind(this); this.state = { listening: "pause" }; } onSpeechResultsHandler(result){ console.log("speech...