gwl002
gwl002
` ` I don't want the form to automatically submit when the taginput is focus and enter pressed.How can i reach this?
### versions  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...