Answer the question
In order to leave comments, you need to log in
How to call the context menu like in browsers?
Good afternoon!
How do I call the context menu (share widget) - a standard widget from an iPhone or chrome.
In general, I don’t quite understand how I can call a standard function from the device when clicking on a link using jquery.
I hope I explained clearly.
Sincerely, Alexander.
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