Hi Community,
I'm trying to open sharepoint files (pptx,pdf's and stream videos) from powerapps in mobile and Office 365 is installed on my mobile.
I want to force the files to open in mobile browser and not office 365 because some files are having restricted view permission which doesn't get open in office 365 but only in browser.
Read permission files do get open in office mobile.
All files works fine when using powerapp on desktop/laptop because it opens in browser by default.
Same thing I want for mobile.
I tried :
1. Launch(
Gallery2.Selected.'Link to item'&"?web=1"
)
2. Launch(
Gallery2.Selected.'Link to item',
Blank(),
LaunchTarget.New
)
But no luck.
Any response would be helpful.