Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

iPad 2/3 compatibility #47

@andi34

Description

@andi34

https://github.com/andi34/photobooth/releases/tag/v2.8.0

Is your feature request related to a problem? Please describe.
Safari Browser on iOS 9 in not compatible with es6.

Using transpiled JavaScript which enables support for Safari 9 - will be added to stable release on v2.8.0

Ready to use package
photobooth-SNAPSHOT.20200808205436739.zip

Update Photobooth
There's 2 ways:

  1. If you have installed Photobooth via git:
    Open a Terminal and navigate into your installation folder, by default /var/www/html:
    cd /var/www/html
    Now fetch latest source and checkout:

    sudo -u www-data -s
    git fetch origin
    git checkout origin/dev
    

    Update submodules and build the css files:

    git submodule update --init
    yarn install && yarn build
    

    Once that's done you're ready
    exit

  2. Using a ready to use package:
    Download and extract the package (needs to be a own folder) and open a terminal from that path. Now type the following to update:
    sudo bash update-booth.sh --path="/var/www/html"
    (Adjust path if needed)
    Done :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions