Skip to content

Commit

Permalink
Update faq
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment committed Oct 31, 2023
1 parent 87f479f commit ac7e0a9
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/pages/docs/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,23 @@ const meta = {
{
question: "What can I share?",
answer:
"You can share files and urls to any Windows 10 / 11 devices.",
"You can share files / urls or plain-text to any Windows 10 / 11 devices or android phone with this app installed.",
},
{
question: "How can I share?",
answer:
'You can use the "Send" button in the app to select a file or simple use the native sharing menu (e.g. from your gallery or browser).',
'You can use the "Send" button in the app to select a file or simple use the native android / windows sharing menu (e.g. from your gallery or browser).',
},
{
question: "Can I send multiple files?",
answer:
"Yes, you are able to select multiple files in your gallery / files app and use the android native sharing menu. From there you can select this app.",
"Yes, you are able to select multiple files in your gallery / files app or use the android native sharing menu. From there you can select this app.",
},
],
[
{
question: 'My device is "not supported"',
answer:
'Ensure that you\'ve set your "near share" settings in windows to send and receive to / from "all devices".',
},
{
question: "My transfer is slow",
answer:
"In general bluetooth is slower than wifi, so try to always choose wifi if you can.",
answer: `In general bluetooth is slower than wifi, so try to always choose wifi if you can. Have a look at the <a href="/docs/setup" target="_blank">setup instructions</a>.`,
},
{
question: "My devices is not shown (via network)",
Expand All @@ -54,11 +48,18 @@ const meta = {
title="Receiving"
subtitle="Share from windows to phone"
items={[
[
{
question: "Can I receive in the background?",
answer:
"No, that is currently not supported, but will come soon. You can already use a quick setting to open the app directly to the receive screen.",
},
],
[
{
question: "My PC does not connect",
answer:
"Please ensure that no devices are connected to your android device (See bluetooth settings)!",
"I've your're using the YourPhone app from microsoft, you have to disconnect from your PC in the bluetooth settings on your phone until there's a fix for that.",
},
],
]}
Expand Down

0 comments on commit ac7e0a9

Please sign in to comment.