summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core')
-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">