dart-archive / polymer-dart

Polymer support for Dart
https://pub.dartlang.org/packages/polymer
BSD 3-Clause "New" or "Revised" License
181 stars 33 forks source link

iPhones updated to ios10 show blank screen on Dart Polymer website #714

Closed svetonius closed 7 years ago

svetonius commented 7 years ago

Description iPhones updated to ios10 showing blank screen on Dart Polymer website -->

Steps to Reproduce A user puts our website into his iPhone which has been updated to ios10. Our website is written in Dart using Polymer and Web Components

Expected Results The website should load as it does on other systems, including ios9.

Actual Results A blank screen appears.

We had this same problem with ios8 and ios9 on the website, with a blank screen appearing, but solved it by updating the versions for Polymer and Web Components.

The only thing I can find about solving the ios10 issue is a recommendation to change into Web Components Light, which doesn’t seem to exist for Dart.

AndrewLugg commented 7 years ago

The issue occurs with Web Components, we ran into the same issue, and we found someone has come up with a solution.

https://github.com/geppy/polymer0.5-patches-for-ios10

svetonius commented 7 years ago

This worked! By updating the code with this solution now the website works perfectly on ios10 phones!