If i have two url which i want to open simultaneously on two different safari tab on a button click ,how can i call the open url? or is there any other method is available.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not possible to open multiple tabs from your application. I guess there are multiple reasons for this, including usability and a potential for spamming.
If you want to open a single tab here is the code:
If you want to open multiple webpages, I suggest you direct the user to a webpage where they are able to find links to both of these pages.