Mobile app
4 TopicsHub navigation layout on SharePoint mobile app
I am looking for flexibilities and customizable features on the SharePoint mobile app hub navigation. The picture on the left is the default. The hub navigation dropdown is collapsed. The picture on the right is what I want to do. The hub navigation is expanded as default. Is there a way to do that? Thank you in advance!1.5KViews1like2CommentsShared Folder in a SharePoint mobile App
Hi All, If I share only one folder from a specific SharePoint site then how can users be able to see that folder and the folder's content on the mobile app? I tried adding a shortcut to that folder from the browser but there's no option to open that shortcut in the SharePoint app itself. Could you please direct me in the right direction? Thanks!1.2KViews0likes3CommentsMobile App for Everyone
Hi All, I want to develop a mobile app for a school which will be use by teachers and students. How do I achieve by Sharepoint and PowerApp. My main concern here licencing and Microsoft account. Does everyone need Microsoft account and how licencing will work here? Students should register in the app by Mobile number, Name and Class.916Views0likes2CommentsPrevent add/edit documents and items inside certain site collections if accessed from SP mobile app
I am facing this sever problem which i were not aware of inside our sharepoint online site collection/s. Now on some sharepoint online site collections, i have added some custom lists, and inside the custom lists' New and Edit list forms i have added some scripts (using the script editor web part), the script will hide/show some fields based on other fields. and everything was working well. here is part of the script inside the list Edit form:- <script src="/Resources/jquery-1.11.3.js"></script> <script>$(function() { $("input[id^='ProjectEstimated_']").attr('disabled', 'disabled'); $("img[id^='ProjectEstimated_']").hide(); $("input[id^='ProjectEstimatedCompletion_']").attr('disabled', 'disabled'); $("img[id^='ProjectEstimatedCompletion_']").hide();; //code goes here Today i download the sharepoint mobile app on my iPhone >> i access the sites using the SP app, but i have noted these problems:- 1. the above custom script will not have any effect, so now when editing an item inside SP mobile app >> all the fields will be shown. 2. I have a managed metadata field >> and this field will be shown as read-only inside SP mobile app. 3. Using PnP i have defined to hide some fields inside the New and Edit forms, as follow:- $fieldTitle = "SiteCreated" $customfield = $Context.Site.RootWeb.Fields.GetByInternalNameOrTitle($fieldTitle) $customfield.SetShowInEditForm($true) $customfield.SetShowInNewForm($false) $customfield.UpdateAndPushChanges($true) but those settings will not have any effect, and all the fields will be shown on SP mobile app !!! 4. i have disabled attaching files inside the custom list settings>> but when add/edit items inside SP mobile app users can attach files to the items.. So can anyone adivce how i can have a short term fix, by either:- 1. prevent accessing some site collection on mobile apps? 2. prevent add or edit items and document on mobile apps, and only allow users to view the items and documents? any help on this will be highly appreciated. Thanks808Views0likes0Comments