Discussion:
[dart-misc] Suggest issues with ios10 compat
Brent Gaynor
2016-08-23 00:51:25 UTC
Permalink
Hello - I have a dart / phonegap app and my dev thinks he has identified
the issue. As follows:

"I've got the polyfill updated and identified a specific line of the
polyfill that's crashing, but I'm not sure yet what the issue is or how
complicated it'll be to fix."

My question is, has anyone experienced this with ios10 compatibiity? My
app worked with early versions of ios 10 beta, but it broke in ios 10 beta
4.

I'd like to know if it seems like something which can be fixed vs. going
down a $$$ freefall. The app has been out since last September for
reference to versions, etc.

thank you for the help.

Brent
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jim Trainor
2016-08-23 15:54:18 UTC
Permalink
I’ve run my application, that includes a large dart2js generated module, on
iOS 10 beta. No problems. The testing wasn’t exhaustive, just a quick
validation - no problems nonetheless. I use WKWebview - not the older web
view - that will matter.
Post by Brent Gaynor
Hello - I have a dart / phonegap app and my dev thinks he has identified
"I've got the polyfill updated and identified a specific line of the
polyfill that's crashing, but I'm not sure yet what the issue is or how
complicated it'll be to fix."
My question is, has anyone experienced this with ios10 compatibiity? My
app worked with early versions of ios 10 beta, but it broke in ios 10 beta
4.
I'd like to know if it seems like something which can be fixed vs. going
down a $$$ freefall. The app has been out since last September for
reference to versions, etc.
thank you for the help.
Brent
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-08-24 08:33:10 UTC
Permalink
identified a specific line of the polyfill that's crashing,
What's that polyfill and line?
Hello - I have a dart / phonegap app and my dev thinks he has identified
"I've got the polyfill updated and identified a specific line of the
polyfill that's crashing, but I'm not sure yet what the issue is or how
complicated it'll be to fix."
My question is, has anyone experienced this with ios10 compatibiity? My
app worked with early versions of ios 10 beta, but it broke in ios 10 beta
4.
I'd like to know if it seems like something which can be fixed vs. going
down a $$$ freefall. The app has been out since last September for
reference to versions, etc.
thank you for the help.
Brent
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...