Giter VIP home page Giter VIP logo

pwa-bugs's People

Contributors

davmillar avatar erjanmx avatar leomelzer avatar nekr avatar notiv-nt avatar savioserra avatar tarikhuber avatar tomstumshais avatar webmaxru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pwa-bugs's Issues

iOS 12 and "mailto:"

On iOS 12 when PWA is in "standalone" mode (installed) there is no way to correctly handle the "mailto:" link

<a href="mailto:[email protected]">test[dot]com</a>
<a href="mailto:[email protected]" target="_blank">test[dot]com</a<

The only workaround found is to add a click event handler similar to:

()=>{
    window.location.href = "mailto:[email protected]?subject=" + emailSubject + "&body=" + emailBody
    return
}

On iOS 13 the standard usage works correctly.

Cache Storage persist only until user closes Safari

Is there still no workaround for this issue in iOS 12.1?

"Problem: in iOS 12 cache in Cache Storage magically disappears"

or

β€œSafari and the home screen shortcut share the same Service Worker registration (but not the instance) and the cached files. Safari View Controller (such as the In-App Browser within Twitter) supports Service Workers and the cache but it seems it’s deleting all the data after the session is closed.”

:_(

IOS input type file camera [12.2]

Hi, I found an error with input type file with caputre="camera"
Steps to reprodue:
open app,
click input,
do not create photo and close app.
Open app again
You cannot use input again
It started with ios 12.2 update (saving state of app), didn't notice it on android.

Add problem and solution with PWA iOS icon

iOS PWA does't support icons from manifest.json. The solution is to add link apple-touch-icon with different sizes.

Example:
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">

Problem with iOS Splashscreen

The solution in the doc doesn't seem complete. This article with examples shows how to do it properly.

Sorry, right now don't have time to PR. Maybe someone do it faster than me

iOs doen't allow to shut down the app

The problem is decribed in the article
After iOs 12.2:

PWAs have a new lifecycle and on most normal situations, the state of your app will be saved and restored between sessions, but there is no way to kill the PWA and restart it from scratch.

That is actually quite a nasty problem when you need to unload the app and to launch fresh one again. You just can't -)

There is not very consistent workaround: exit the app, and try to load some other "PWA" or even just some site in Safari. Often it leads to unloading target "PWA" from memory. Though I believe it depends on available resources.

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.