Autres magasins

Somain
Adresse
7 Rue Suzanne Lanoy, 59490 Somain, France
Horaires d'ouvertures
Lundi
Fermé
Mardi
09:30 - 12:00 | 14:00 - 19:00
Mercredi
09:30 - 12:00 | 14:00 - 19:00
Jeudi
09:30 - 12:00 | 14:00 - 19:00
Vendredi
09:30 - 12:00 | 14:00 - 19:00
Samedi
09:30 - 12:00 | 14:00 - 19:00
Dimanche
Fermé
shareButton.addEventListener("click", async () => {
try {
await navigator.share({ title: "Example Page", url: "" });
console.log("Data was shared successfully");
} catch (err) {
console.error("Share failed:", err.message);
}
});