Search multiple sites at once

Opening a URL action seems to always terminate execution whether in Drafts’ own browser or Safari. Is there any way to create an action that will allow the user to search multiple sites and have all searches open at once in multiple tabs? Maybe with another browser and custom URL scheme?

1 Like

There is not. iOS limits repeated calls to open urls. The closest I could think of is that you could construct an HTML Preview in script that would have links to each of the possible searches you want, which could then be tapped to go to each one.