We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As in the old VeganCheck app based on PHP, there should also be a fallback for the share button if navigator.share is undefined.
navigator.share
undefined
On v2.x-PHP you can find the old share modal beginning from main.php:72: https://github.com/JokeNetwork/vegancheck.me/blob/0ed4d268aee694480a81dd8a9a2a1a433ed3119b/main.php#L72-L103
and the correspondent Javascript can be found beginning from app.js:309: https://github.com/JokeNetwork/vegancheck.me/blob/0ed4d268aee694480a81dd8a9a2a1a433ed3119b/js/app.js#L310-L359
This is related to #154.
The text was updated successfully, but these errors were encountered:
b9b470d
philipbrembeck
No branches or pull requests
Proposed changes
As in the old VeganCheck app based on PHP, there should also be a fallback for the share button if
navigator.share
isundefined
.On v2.x-PHP you can find the old share modal beginning from main.php:72:
https://github.com/JokeNetwork/vegancheck.me/blob/0ed4d268aee694480a81dd8a9a2a1a433ed3119b/main.php#L72-L103
and the correspondent Javascript can be found beginning from app.js:309:
https://github.com/JokeNetwork/vegancheck.me/blob/0ed4d268aee694480a81dd8a9a2a1a433ed3119b/js/app.js#L310-L359
Related issues
This is related to #154.
The text was updated successfully, but these errors were encountered: