Open LoganDark opened 7 years ago
I'm also having this issue. Any more information or workarounds available?
The lack of these events firing really prevents the ability to meaningfully extend Hyper. I've also tried disabling all plugins and get the same behavior.
Im having this issue as well.
Hyper.app version: Hyper 1.3.3 OS Version and name: Ubuntu 17.04
Upgraded to Hyper 1.4.3 (stable). Still can't get onApp events.
Hyper 2.0.2 still does not fire onWindow.
Let's fix it @LoganDark
"Let's"? Meaning me?
How am I supposed to fix it? I don't even know how Hyper works.
I disable all plugins, even deleted the local plugin folder, remove .hyper.js, re-install the fresh one, still get this issue.
macOS 10.12.6 node 8.6.0
The devs might as well remove this "feature" from the documentation since it hasn't worked in 10 months and over 20 releases.
At least it works in dev mode... https://github.com/zeit/hyper/issues/3013
Maybe it is the bundling process that blocks onWindow
to fire.
Sometimes it works! But when I try to add a new feature it suddenly doesn't work.
Same issue, i am trying to create an autocomplete for hyper, but the onWindow event is not called on plugin
[x] I am on the latest Hyper.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: macOS Sierra 10.12.1
Hyper.app version: 1.1.0.1408
Link of a Gist with the contents of your .hyper.js: Here
Relevent information from devtools (CMD+SHIFT+I on Mac OS, CTRL+SHIFT+I elsewhere):
The issue is reproducible in vanilla Hyper.app: One local plugin
Issue
It seems that the onApp and onWindow events are never getting fired. The full console output is above.