helpcenter/Web/Controls/Help/MobApps/MobileApps.ascx

25 lines
1.6 KiB
Plaintext
Raw Normal View History

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "ONLYOFFICE Mobile Applications";
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1><%= PageTitle%></h1>
<p>If you need a version of ONLYOFFICE optimized for your mobile device, you can access your portal from Android or iOS mobile phones. Just enter [your portal name].onlyoffice.com/mobile in a mobile browser. The ONLYOFFICE mobile version covers the functionality of the Community, Projects, CRM and Documents modules.</p>
<p>The mobile application for iOS is now available. Currently it includes functionality for the <b>Projects</b> module only.</p>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/Mobile-Applications/Documents/index.aspx")%>">ONLYOFFICE Documents</a></h2>
<div class="described">
<p>The Documents app for iOS allows you to access the files stored in your ONLYOFFICE account on your mobile device, view and edit existing text documents, create new ones and organize them.</p>
<p><b>Supported devices</b></p>
<p>The application runs under iOS 8.0 or higher. Documents will open in the editing mode on iPad Air and later tablet models. On older tablet models and iPhones, documents will open in the viewing mode only.</p>
<a class="learn_more" href="<%=VirtualPathUtility.ToAbsolute("~/Mobile-Applications/Documents/index.aspx")%>">Read more...</a>
</div>
2016-08-29 13:51:20 +00:00
</div>