Tuesday 1 December 2020

navigator.share opens a smaller menu

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-

smaller smaller2

The bigger one

complete menu



from navigator.share opens a smaller menu

No comments:

Post a Comment