summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2016-08-12 14:39:02 -0500
committerGitHub <noreply@github.com>2016-08-12 14:39:02 -0500
commit0390ea034694d4ad548e9f46cf6f3fa3f291d041 (patch)
tree9a184f31ec0c8021f8e38551713f0168a0aabaaa /docs
parent31c2be29d5982338ae178d1b0f107e23e7749782 (diff)
downloadxamarin-forms-0390ea034694d4ad548e9f46cf6f3fa3f291d041.tar.gz
xamarin-forms-0390ea034694d4ad548e9f46cf6f3fa3f291d041.tar.bz2
xamarin-forms-0390ea034694d4ad548e9f46cf6f3fa3f291d041.zip
Added note about line endings to Page.xml. (#300)
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml
index ba4fd767..e25234f6 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml
@@ -380,7 +380,7 @@ namespace MyFirstFormsApp.WinPhone
<param name="buttons">Text labels for additional buttons. Must not be <see langword="null" />.</param>
<summary>Displays a native platform action sheet, allowing the application user to choose from several buttons.</summary>
<returns>An awaitable Task that displays an action sheet and returns the Text of the button pressed by the user.</returns>
- <remarks>To be added.</remarks>
+ <remarks><para>Developers should be aware that Windows' line endings, CR-LF, only work on Windows systems, and are incompatible with iOS and Android. A particular consequence of this is that characters that appear after a CR-LF, (For example, in the title.) may not be displayed on non-Windows platforms. Developers must use the correct line endings for each of the targeted systems.</para></remarks>
</Docs>
</Member>
<Member MemberName="DisplayAlert">