-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Custom Elements and canvas/ctx functionality on iOS #422
Comments
Here's a quick thing to try: move the code that you have in 's 'ready' method to the I haven't verified if it'll address this issue, but I recall that we had a On Mon, Feb 17, 2014 at 3:42 PM, Jono Brandel [email protected]:
|
Creating a canvas element in a different document and transporting it to The workaround I have is to manually create the in your custom
On Tue, Feb 18, 2014 at 10:51 AM, Jono Brandel [email protected]:
|
I wrote an example test that creates a custom
polymer-element
that renders a simple grid based on attributes passed on the element. Unfortunately, when I use the CDN of polymer it doesn't seem to render anything on iOS. No errors either. Works fine in Safari and Chrome on OSX.I tried using the
impl
property, because I found some success by querying the element directly, but still no luck. I tried searching if anyone else has run into this issue, but didn't find anything so figured I'd post a bug.The text was updated successfully, but these errors were encountered: