Hi, I m trying to start a new project with weex-toolkit I have the following tools on my machine: - npm : 5.4.2 - weex : v1.0.9 - weexpack : v0.4.7-beta2 - weex-builder : v0.2.9 - weex-devtool : v0.3.2-beta.2 - weex-previewer : v1.3.12
After running the following: - weex create awesome-app - cd awesome-app - npm install - npm run serve I m getting the correct output with the weex logo and hello world but click events are not working. I have pulled down the hacker weex-hackernews app <https://github.com/weexteam/weex-hackernews> and ran it and same thing, the click events are not working in there. Looking in the console a see a bunch of: [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. I don’t know if this has any baring. But I have tried testing in google chrome and safari and I m getting the same fault. Any ideas/help Kind regards, Marve
