Base solution for your next web application
Open Closed

Abp template 4.0 has fixed version of core-js which is broken on iOS 13 #7892


User avatar
0
drenton created

Good day,

We have an ASP.NET ZERO project called WSEPortal downloaded 2018-04-25 .NET Core 2.0 Zero v5.3. With the release of Apple iOS v13_1 our web application throws an unhandled Javascript exception on iOS devices with 13_1. The unhandled exception breaks all further Javascript so the website has no functionality on those iOS v13_1 devices. We have deterined that the unhandled exception is in the core-js library which is at version 2.4.1. Our application's packages.json file uses fixed versions for all libraries that are processed by node build so the most recent versions are not being included in the node build command. I can download the latest version of ASP.NET ZERO for this project, WSEPortal, and it provides core-js v3.1.3, however I will need to merge in all of my application logic, and front end changes. Is it possible to patch core-js or is the major version change from v2 to v3 a breaking change?

Thanks


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @drenton

    Did you try just to upgrade core-js to latest version ? It might solve your problem.

  • User Avatar
    0
    drenton created

    Yes, we did try that. We upgraded core-js to v3.3.3 but Safari then threw more unhandled exceptions in another anonymous polyfill.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @drenton,

    Sorry for my late reply. Did you solve this problem ?

    Thanks,

  • User Avatar
    0
    drenton created

    No, not yet.

  • User Avatar
    0
    ismcagdas created
    Support Team

    @drenton, it seems like you need to upgrade Angular and angular-cli packages with core-js as well. You can try https://update.angular.io/

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.