Nov 28 2020 03:16 AM - edited Nov 28 2020 04:05 AM
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent": "@currentField", "attributes": { "target": "_blank", "href": "='http://finance.yahoo.com/quote/' + @currentField" } }
On Computer with Mouseclick on the Link this work fine.
When i try this in Listview or Webpartview on Mobile Devices with Touchscreen Input it dosnt work. The Touch on the Link only opens the ListItem Detail Pane
It seems the Mouse and Touchevent is not the same
Is this a know issue ?
Is there a workaround?
Nov 28 2020 09:21 AM
I can see there is no error in your JSON code.
I tried using the same JSON code on my SharePoint list and getting the same behavior on mobile device (in browser) as you mentioned.
I think this is a bug while using mobile devices. @Chris Kent might be able to help us with this issue.
Please click Mark as Best Response if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.