Core-js: iOS UIWebview scroll, promise polyfill bug

Created on 27 Sep 2017  路  4Comments  路  Source: zloirock/core-js

All 4 comments

I like PromiseRejectionEvent polyfill. iOS do not implement PromiseRejectionEvent, so it use polyfill. But it seems promise polyfill has bug in iOS UIWebview when scrolling. @zloirock

iOS 11 has support PromiseRejectionEvent

Fixed in [email protected].

Navigator.standalone 
Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple's iOS Safari only.

@zloirock this problem is happened in iOS UIWebview, not only iOS Safari

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brunops picture brunops  路  3Comments

sgammon picture sgammon  路  6Comments

mrstux picture mrstux  路  3Comments

flcl42 picture flcl42  路  4Comments

blondie63 picture blondie63  路  4Comments