How open new tab in browser(webkit). Via javascript, html or api webkit – it does not matter. and that it was not a child.
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.
You can’t. Browsers do not expose any kind of page-accessible API to control browser tabs, this is to ensure that only the user is in control.
Note that you can create new browser windows, and that the browser might open those new windows in a new tab (if the user has selected that option) but you otherwise have no control over it.
It isn’t a WebKit property: WebKit is only concerned with what happens within the tab, not the tabs themselves (unlike Firefox/Gecko which uses the same rendering engine for the UI and pages).