SpeakerTwitter / frontend

1 stars 0 forks source link

Grow: Safari Compatibility #27

Open EmilyJarecki opened 1 year ago

EmilyJarecki commented 1 year ago

We would like to make the site compatible across all web browsers.

Currently, the application is fully functional when used on Google Chrome but when accessed on Safari, two features lose function: the "Update" button and the automatic refresh function.

// REFRESH PAGE 
navigate(0);
<input className="updateButton" type="submit" value="Update" />

The automatic refresh allows the tweet to be updated without having to refresh the page or to return them back to the home page. Instead, they are immediately able to see the changes.

The update button is in a form, a duplicate of the "tweet" and "reply" button which changes the tweet's contents.