Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Doodle Library Errors out on iPad #2

Closed
joelongstreet opened this issue May 2, 2011 · 2 comments
Closed

Doodle Library Errors out on iPad #2

joelongstreet opened this issue May 2, 2011 · 2 comments

Comments

@joelongstreet
Copy link

The doodle library will error out on the iPad.

Running the console on the iPad simulator I get the following - " "Result of expression 'Object.defineProperties'[undefined] is not a function."

This happens anytime the library is called.

This issue does not occur on other iOS devices - iPhone and iPhone 4.

@joelongstreet
Copy link
Author

This is not an issue with the library, the iPad simulator fails to recognize ECMAScript5 properties.

@lamberta
Copy link
Owner

lamberta commented May 3, 2011

Ugh. Thanks for pointing that out.
WebKit supports Object.defineProperty [http://kangax.github.com/es5-compat-table/] so it should run in Safari, or a WebView if you're doing a Native App. I assumed the simulator used the same.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants