pnp / sp-dev-fx-aces

Repository for the Microsoft Viva Connections Adaptive Card sample solutions from Microsoft and community.
https://aka.ms/viva/connections/extensibility
MIT License
109 stars 92 forks source link

External link not opening using the inbuilt browser like in viva connections mobile app #37

Closed harshdamaniahd closed 2 years ago

harshdamaniahd commented 2 years ago

Hi, I have a viva connection app, which has external links. When i click on the link, it opens outside i.e it opens in the mobile phones default browser. where as if we create a normal web part, it opens in the inbuilt browser

PopWarner commented 2 years ago

Hi @harshdamaniahd, hope you are doing well.

Are you referring to a sample in the repo or a custom ACE you developed?

Thanks in advance. 😊

harshdamaniahd commented 2 years ago

@PopWarner Thanks :-) that was superquick. I have created my own sample.

PopWarner commented 2 years ago

Awesomeness thanks! We will try to look into it as soon as possible. I know there were some issues with that in preview.

Additionally, you can check the dedicated SPFx issues list in the sp-dev-docs repo to see if there are any reported solutions:

http://aka.ms/spfx-issues

That repo is more dedicated for SPFx related issues and questions overall.

harshdamaniahd commented 2 years ago

@PopWarner Thank you :-) , was not sure where to raise such kind of issue. I have an adaptive card that displays job links, i wish when user clicks on the link, it opens in the same frame inside the app. like this it works for web links image

This works for web links, but if we have links on quick view it doesnt

{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.3", "body": [ { "type": "ActionSet", "actions": [ { "type": "Action.OpenUrl", "title": "Action.OpenUrl", "url": "https://adaptivecards.io/" } ] }, { "type": "TextBlock", "text": "Check out [Adaptive Cards](https://adaptivecards.io)", "wrap": true } ] }

dcashpeterson commented 2 years ago

This is already logged in the issues but has not seen any update in a little while. https://github.com/SharePoint/sp-dev-docs/issues/7537 Hoping to see if updated in 1.14 but not sure.

dcashpeterson commented 2 years ago

closing. Was reported to SP Dev Docs.