How to use link of JSON footer in SharePoint list form's on mobile

Andrea Oh 60 Reputation points
2025-07-04T03:38:32.43+00:00

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",

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Gabriel-N 2,995 Reputation points Microsoft External Staff Moderator
    2025-07-04T04:23:43.73+00:00

    Hi Andrea Oh

    Thank you for reaching out to the Q&A forum. To better assist you, could you please provide the full JSON script you implemented? This will help us understand the structure and behavior more precisely. If the script contains sensitive information, feel free to leave a comment and I will contact you via private message instead. That way, we can review it securely and offer targeted guidance on resolving the mobile navigation issue.

    Looking forward to your update.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.