I made a JSON footer as a link on it in SharePoint list.
But it's not working on mobile SharePoint.
Actually it worked(screen was changed) but I can't go back to list when I click back(undo) on Mobile.
Is there a way to do it?
Hi, @Gabriel-N
I can't add comment on your answer. So, I edited my question with JSON as below.
{
"elmType": "div",
"style": {
"display": "flex",
"flex-direction": "column",
"align-items": "flex-start",
"font-size": "12px",
"width": "100%",
"gap": "10px"
},
"children": [
{
"elmType": "div",
"style": {
"display": "flex",
"align-items": "center",
"padding": "10px",
"gap": "10px"
},
"children": [
{
"elmType": "span",
"attributes": {
"iconName": "ZoomIn"
},
"style": {
"color": "#106ebe",
"font-size": "20px"
}
},
{
"elmType": "a",
"txtContent": "재무성과 가이드 보기",
"attributes": {
"href": "https://onevirtualoffice.sharepoint.com/sites/SiteNameHere/SitePages/Sitepagename.aspx?ms-openexternal=true",
"target": "_blank"
},
"style": {
"font-size": "12px",
"font-weight": "bold",
"color": "#106ebe",
"text-decoration": "underline"
}
}
]
},
I tried
"href":"https://onevirtualoffice.sharepoint.com/sites/SiteNameHere/SitePages/Sitepagename.aspx?ms-openexternal=true",
"href":"https://onevirtualoffice.sharepoint.com/sites/SiteNameHere/SitePages/Sitepagename.aspx",(Encoding, Decoding)
"href":"https://onevirtualoffice.sharepoint.com/sites/SiteNameHere/SitePages/Sitepagename.aspx?source=https%3A%2F%2Fonevirtualoffice.sharepoint.com%2Fsites%2FSiteNameHere%2FLists%2FListNameHere%2FNewForm.aspx",