forked from MapComplete/MapComplete
Experimenting with a share button...
This commit is contained in:
parent
d953dd4aa6
commit
e10f9b61e2
2 changed files with 40 additions and 2 deletions
|
@ -196,8 +196,8 @@ export default class SpecialVisualizations {
|
|||
}
|
||||
],
|
||||
constr: (tagSource: UIEventSource<any>, args) => {
|
||||
if (navigator.share !== undefined) {
|
||||
return new FixedUiElement("").onClick(() => {
|
||||
if (navigator.share) {
|
||||
return new FixedUiElement("Share").onClick(() => {
|
||||
|
||||
let name = tagSource["name"]
|
||||
let title= State.state.layoutToUse.data.title.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue