Closed sLatzko closed 9 years ago
Best thing to try is attach remote web inspector via safari, then hit command-R to refresh the page and see what errors spit out on the console.
You helped me a lot again. Thank you.
Turns out I've gotten this
ReferenceError: Can't find variable: query
error message. It is caused by a ?
in a <a href="mailto:someone@some.where?subject=Feedback>
-Tag
https://github.com/Polymer/polymer/issues/1347
I commented it out and this particular error vanished. Just to find out that I now get following error:
TypeError: Attempted to assign to readonly property.
As far as I have understood, it is a Safari Bug related to use strict
.
http://stackoverflow.com/questions/26044056/typeerror-attempted-to-assign-to-readonly-property-in-angularjs-application-on
https://bugs.webkit.org/show_bug.cgi?id=138038
I guess I need to point out this bug over at the Polymer repo.
I updated everything with bower update
which solved my issues. Thanks for helping again.
Some weeks ago I opened an issue #546 where I couldn't build my app on ios even though is was running on android without any problems.
I've updated
cca
and tried again. The errors were gone - the build succeeds - but the emulator screen stayed white.Only xCode shows 4 warnings.
xCode Console Output:
I found a similar issue #450. I already run my polymer app with vulcanize, so this shouldn't be a problem, right? Is there anything I can do to solve this?