Giter Club home page Giter Club logo

Comments (6)

microsoft-github-policy-service avatar microsoft-github-policy-service commented on June 11, 2024

This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue .

from pwabuilder.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on June 11, 2024

This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue .

from pwabuilder.

Jaylyn-Barbee avatar Jaylyn-Barbee commented on June 11, 2024

Hello, we don't offer a ton of support on our GitHub for iOS queries however, we can recommend that you join our Discord community where other developers who have experienced similar issues may be able to answer your question. Click the following link to join: aka.ms/pwabuilderdiscord

from pwabuilder.

ssugden avatar ssugden commented on June 11, 2024

Ok, thanks

from pwabuilder.

nickschinestzki avatar nickschinestzki commented on June 11, 2024

Any updates on this? I'm facing the same problem with my PWA packaged on iOS.

from pwabuilder.

ssugden avatar ssugden commented on June 11, 2024

I still have not found a solution for iOS.

The following is a lightly different approach that I tried but no file is downloaded. Instead, data is displayed on a screen and you cannot navigate back to app. No errors are raised with either approach.

const blob = new Blob([text], { type: mimeType });

const objectUrl = URL.createObjectURL(blob);

const element = document.createElement("a");
element.href = objectUrl;
element.download = filename;
element.click();

URL.revokeObjectURL(objectUrl);

from pwabuilder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.