I am using web share API. This is the code
navigator
.share({
title: document.title,
text,
})
When I click the button and the above code is called, the smaller menu for sharing is opened, but I want the other complete menu to be opened. Currently, the bigger one is opened by manually clicking more
button in the smaller menu which is at the last of the list
The smaller one-
The bigger one
from navigator.share opens a smaller menu
No comments:
Post a Comment