Answer the question
In order to leave comments, you need to log in
How to bring up the share menu on Android and iOS?
Hello!
Can you please tell me how to call the standard share menu on Android and iOs when clicking on a specific link?
Answer the question
In order to leave comments, you need to log in
Only works in fairly new browsers:
https://developer.mozilla.org/en-US/docs/Web/API/N...
navigator.share({
title: 'Дратути!', // Заголовок
text: 'Здарова, бандиты!', // Текст
url: 'https://bandits.org', // ссылка
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question