inherithandle
inherithandle

Reputation: 2664

how to build a iOS shortcut to open several web pages?

I am going to build a iOS shortcut to open two or more web pages on safari. I've came up with the following idea: but it is no good and will only open the first URL. I expected Safari to open two pages because I gave two urls Shortcuts app.

enter image description here

Any suggestion?

Upvotes: 0

Views: 4481

Answers (2)

user10907816
user10907816

Reputation: 21

Well, you can do it with just a simple three steps shortcut, if you prefer. Just use Text action + Get URLs from inputs + Open URLs.

Simple shortcut

Upvotes: 2

Tal Cohen
Tal Cohen

Reputation: 1457

Set your URLs to a variable, then, get this variable and open the URLs. This will open the URLs in two tabs.

Shortcut

Upvotes: 0

Related Questions