모바일 장치 문제 해결(SharePoint Foundation 2010)

 

적용 대상: SharePoint Foundation 2010

마지막으로 수정된 항목: 2016-11-30

이 문서에서는 모바일 장치에서 발생할 수 있는 문제를 해결하는 데 도움이 되는 정보를 제공합니다.

이 문서의 내용

  • Apple iPad 사용자가 모바일 보기로 리디렉션되지 않음

Apple iPad 사용자가 모바일 보기로 리디렉션되지 않음

Apple iPad 장치에서는 SharePoint 표준 보기가 지원되지 않습니다. 대신 사용자는 모바일 보기를 사용하여 iPad 장치에서 SharePoint 콘텐츠를 볼 수 있습니다. 기본적으로 iPad 사용자는 SharePoint 사이트의 표준 보기로 리디렉션됩니다. iPad 사용자 에이전트는 브라우저 정의 파일(compat.browser)에 포함되어 있지 않기 때문입니다. iPad 사용자의 기본 보기를 변경하려면 iPad 사용자 에이전트 문자열을 compat.browser 파일에 추가하고 isMobileDevicetrue로 설정해야 합니다. 그러면 iPad 사용자가 SharePoint 사이트의 모바일 보기로 리디렉션됩니다.

다음 예제에서는 iPad 장치에 사용할 수 있는 사용자 에이전트 문자열을 보여 줍니다.

<!-- iPad Safari Browser --> 
<!-- sample UA "Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5" --> 
<browser id="iPadSafari" parentID="AppleSafari"> 
<identification> 
<userAgent match="iPad" /> 
<userAgent match="Mobile" /> 
</identification> 
<capabilities> 
<capability name="isMobileDevice" value="true" /> 
<capability name="canInitiateVoiceCall" value="true" /> 
<capability name="optimumPageWeight" value="1500" /> 
<capability name="requiresViewportMetaTag" value="true" /> 
<capability name="supportsTouchScreen" value="true" /> 
<capability name="telephoneNumberDetectionDisabled" value="true" /> 
</capabilities> 
</browser>

compat.browser 파일을 업데이트하는 방법에 대한 자세한 내용은 모바일 보기 구성(SharePoint Foundation 2010)에서 브라우저 정의 파일(compat.browser) 수정 섹션을 참조하십시오. iPad 장치에서 SharePoint 2010 제품를 사용하는 방법에 대한 자세한 내용은 SharePoint 2010과 Apple iPad(영문일 수 있음)(https://go.microsoft.com/fwlink/?linkid=214218&clcid=0x412)(영문일 수 있음)를 참조하십시오.

See Also

Concepts

모바일 장치 계획(SharePoint Foundation 2010)
Mobile administration (SharePoint Foundation 2010)