-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throws js exception #23
Comments
What's the exception? I'm not able to reproduce this. |
Sorry I had uninstalled it by the time I posted this issue. I've reinstalled it now, the exception is: inject.js:13 Uncaught TypeError: Cannot read property '1' of null(anonymous function) @ inject.js:13 Seems to be a problem around this line: |
Are you using Chrome? Which version? OS? |
Found when using this chrome extension: I'm on Windows 10, Chrome version 52.0.2743.116 m |
Interesting. Same here. If you go to the console and output |
Sorry, just noticed I had emulator mode on and was simulating an iPad. That's a crucial piece of information, as it works fine when you're not in emulator mode or if you emulate a nexus. |
Ah. Good to know. I can't see why pull request #21 wouldn't fix your issue when @j-delaney gets time to merge it. |
With the developer tools open and "pause on exceptions" ticked, every web page throws an exception upon load
The text was updated successfully, but these errors were encountered: