mobile app
12 Topics"Your account has a problem. Tap here for details." Error is iOS OneDrive Mobile App
Hello! Wanted to ask if anyone know why this error message "Your account has a problem. Tap here for details." will happen at the first place in my OneDrive App. Most of the time, when i tap on it then it will prompt for login, and after login the issue is resolved. The only post i found is this, which is what i normally do to resolve the issue: https://answers.microsoft.com/en-us/msoffice/forum/all/i-cant-access-my-onedrive/9383433e-1e16-438c-a1f9-cddca91b6d92 Because It is very frequent that i encounter this, does anyone: - Know why is this happen at the first place? What are the possibility that trigger this. - Has suggestion to prevent/minimize this from happen? Any help is appreciated! Thanks!Solved4.7KViews0likes1CommentOneDrive O365 Mobile App
We have one O365 user when logged into the OneDrive mobile app they only have the Libraries section showing. When I login I have Libraries, Recent Shared, Libraries and Me sections in the app. I can see that under his account in the app settings it says Business where mine says the company name. It looks like he may be logging into a different version of OneDrive, but how? When he logs in via the web browser it all looks fine and he has the same O365 licensing options enabled as me. This happens on both IOS and Android devices. On the same devices I can log into the app fine as explained above.Solved2.1KViews0likes4CommentsUCL IXN FHIR Using Augmented Reality to Humanize Healthcare settings
My answer in this context was a more humanized and reality-based experience. We all know how frustrating it can be to be in a consultation and trying to explain something to a doctor or nurse who is immersed in a screen – it breaks the human to human connection that is so important in a patient-clinician interaction. From the clinician’s point of view, facing away from their patient towards their screen, being unable to look them in the eye, is not ideal either, and might lead them to miss crucial diagnostic information due to being distracted or frustrated with technology. For me, this is the true potential advantage of AR - it doesn’t have to draw the user away from the real world – in fact, it should draw them into it.1.7KViews2likes0CommentsHub 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.3KViews0likes3CommentsMobile 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.932Views0likes2CommentsPrevent 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. Thanks816Views0likes0Comments