question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

$emit() not firing off in mobile simulators

See original GitHub issue

Hey guys I wanted to know if there is some configuration implemented to have $emit() to work for mobile devices? It’s not firing off at all, but when on a web browser it $emit works

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
m0dch3ncommented, Apr 2, 2020

Ok, that would have been next question, if it’s first level or multilevel… anyway problem solved

Strange that it worked within safari on your simulator… But maybe this was due to some hot reload caching issue, where Vue is not updating the components correctly, when they are modified

0reactions
vmarcelcommented, Apr 2, 2020

Yea I was refactoring the components and I must have removed it mistakenly, the caching seems to be the most likely result of why the browsers were working when I was moving stuff around

Read more comments on GitHub >

github_iconTop Results From Across the Web

NodeJS emit event is not firing - Stack Overflow
It seems like you are not using EventEmitter and Websocket the right away. Below is a working example of both combined:
Read more >
Using Event Emitters in Node.js - DigitalOcean
The emit() function is used to fire events. We need to pass the name of the event to it as a string. We...
Read more >
Realtime Database triggers | Cloud Functions for Firebase
onCreate() , which triggers when new data is created in Realtime Database. ... If you do not specify an instance, the function deploys...
Read more >
Handling Events :: Eloquent JavaScript
Whenever an element is scrolled, a "scroll" event is fired on it. This has various uses, such as knowing what the user is...
Read more >
Fragment lifecycle - Android Developers
To manage lifecycle, Fragment implements LifecycleOwner , exposing a Lifecycle object that you can access through the getLifecycle() method.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found