shareSponsorLink function
This commit is contained in:
parent
c94f9e550e
commit
ccea9d6197
@ -500,6 +500,14 @@ const newsponsor_tel = ref("")
|
|||||||
const newsponsor_vorname = ref("")
|
const newsponsor_vorname = ref("")
|
||||||
const newsponsor_nachname = ref("")
|
const newsponsor_nachname = ref("")
|
||||||
|
|
||||||
|
function shareSponsorLink() {
|
||||||
|
navigator.share({
|
||||||
|
title: state.firstname,
|
||||||
|
text: "Am 23.05.2025 findet der Lauf für Kaya! statt 🏃♂️🏃♀️\nWerde mein Sponsor beim Lauf für Kaya! 2025 und unterstütze mich pro gelaufenem Kilometer: https://lauf-fuer-kaya.de",
|
||||||
|
// url: "https://lauf-fuer-kaya.de",
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
function textToBase64Barcode(text) {
|
function textToBase64Barcode(text) {
|
||||||
const canvas = document.createElement("canvas");
|
const canvas = document.createElement("canvas");
|
||||||
let codeconfig = {
|
let codeconfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user