Skip to content

Provide a smoother experience for iOS installs #149

@philschatz

Description

@philschatz

See https://www.netguru.com/codestories/few-tips-that-will-make-your-pwa-on-ios-feel-like-native

image

specifically, something like this to make the popup point to the button in safari:

.popup-pointer {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 10px;
    background-color: inherit;
    transform: translateX(-6px) rotate(45deg);
    pointer-events: none;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions