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.

`Object [object Performance] has no method 'now'` errors in different 4.x.x Android browsers

See original GitHub issue

I know that in this docs said that performance.now is supported by v4 android browsers but I still got errors from some of them:

  • Device: Prestigio PAP4322DUO
  • OS: Android 4.1.1
Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
  • Device: HUAWEI G750-U10
  • OS: Android 4.2.2
Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; HUAWEI G750-U10 Build/HuaweiG750-U10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/1
  • Device: Q10
  • OS: Android 4.3
Mozilla/5.0 (Linux; U; Android 4.3; en-; Q10 Build/10.3.2.348) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
  • Device: HTC Desire 500 dual sim
  • OS: Android 4.1.2
Mozilla/5.0 (Linux; U; Android 4.1.2; en-in; HTC_Desire_500_dual_sim Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
  • Device: Sony ST26i
  • OS: Android 4.1.2
Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SonyST26i Build/11.2.A.0.33) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
  • Device: Lenovo A706_ROW
  • OS: Android 4.1.2
Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Lenovo A706_ROW Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/1
  • Device: Micromax A116
  • OS: Android 4.1.2
Mozilla/5.0 (Linux; U; Android 4.1.2; en-in; Micromax A116 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
  • Device: Asus ME301T
  • OS: Android 4.1.1
Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; ME301T Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
kdzwinelcommented, Jan 9, 2017

We are observing same issues. I’ve opened a PR to fix this.

screen shot 2017-01-09 at 11 44 56
1reaction
klaemocommented, Dec 22, 2016

I can confirm this error.

Object [object Performance] has no method 'now'
/v2/polyfill.min.js in n.requestAnimationFrame at line 52:6977

Here are some more UA strings 😉

  • One X
  • Android 4.2.2
Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; HTC_One_X/4.17.161.3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
  • Z30
  • Android 4.3
Mozilla/5.0 (Linux; U; Android 4.3; de-de; Z30 Build/10.3.2.348) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30

Here are the affected Android versions according to our error tracking system: bildschirmfoto 2016-12-22 um 15 20 35

Read more comments on GitHub >

github_iconTop Results From Across the Web

ANDROID/WEBVIEW-- Uncaught TypeError: Object [object ...
For some reason, the button is not doing anything and I get the error: Uncaught TypeError: Object [object Object] has no method 'changeActivity' ......
Read more >
The 10 Most Common JavaScript Issues Developers Face
If you need help figuring out why your JavaScript isn't working, consult this list of the 10 most common JavaScript issues from a...
Read more >
Object.create() - JavaScript - MDN Web Docs
The Object.create() method creates a new object, using an existing object as the prototype of the newly created object.
Read more >
How to Fix a 400 Bad Request Error (Causes and Fixes) - Kinsta
The 4xx family of status codes is the one we're investigating here as they relate to invalid or corrupt requests from the client....
Read more >
How to Fix TypeError: Null is Not an Object in JavaScript
The JavaScript error TypeError: null is not an object occurs when a property is accessed or a method is called on a null...
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