click is no use in linux/win7
See original GitHub issueI fork the progrem. and changed some code so that it can run under linux.
but when i click the <header class="kap-header">....</header>
part, there was no response.
the <section class="controls">....</section>
part is response.
who can tell me the reason?
the progrem in this, you can see the recent commit to find what i remove or change. and run
npm install
cd app && npm install
cd ..
npm run build && npm start
to run the program.
os : Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
npm -v : 5.2.0
electron -v : v1.6.11
anyway, thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
click is no use in linux/win7 · Issue #211 · wulkano/Kap · GitHub
I fork the progrem. and changed some code so that it can run under linux. but when i click the <header class="kap-header">....</header> part,...
Read more >Unexplained Windows or software behavior may be caused ...
Click Start, and then click Control Panel. · Click Programs, and then click Programs and Features. · In the Uninstall or change a...
Read more >Make Linux look like Windows 7 | IT PRO - ITPro
To do this, click “Open the menu editor” and use the tickboxes beside each app to show or hide it. Finally, close the...
Read more >Q&A: Which version of Linux is most like Windows?
Rick answers a reader's question about which Linux distribution looks and works the most like Microsoft Windows.
Read more >How to Dual-boot Linux and Windows (on a PC ... - Instructables
1. Prerequisites:
1. A PC running Windows 7, with at least 30 GB of free hard-drive space.
2. A CD/DVD burner and blank CD/ DVD...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you’re on macOS and
-webkit-app-region: drag;
is applied to an element, such element will receive click events normally, despite the docs saying the opposite.On Linux and Windows, however, the element will not receive click events, like mentioned in the docs.
TLDR: apply
-webkit-app-region: no-drag;
to the elements that need to receive clicksThanks @kevva, I also suggest looking into #31 and https://github.com/wulkano/aperture/pull/32