-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open link in new tab doesn't seem to work in Zetta Browser #11
Comments
At first glance, this looks like it's being caused by javascript handling the click, rather than the browser handling it natively. I'll see if I can change the way that click is handled to get the expected behavior. |
@alanguir There are no |
@kevinswiber re:making sure each page has a link that can be shared, do you mean copying the url from the browser address bar on any page in the zetta browser should be sharable? |
Yes. Sent from my iPhone On Oct 13, 2014, at 10:42 PM, Alan Languirand [email protected] @kevinswiber https://github.com/kevinswiber re:making sure each page has — |
@kevinswiber If we make this an href will we still have to reload the full API each time? https://github.com/zettajs/zetta-browser/blob/master/src/partials/overview.html#L33 It might actually be easier to chase down the keybindings: http://stackoverflow.com/questions/3902635/how-does-one-capture-a-macs-command-key-via-javascript |
Yup. On Wed, Oct 29, 2014 at 11:18 AM, Alan Languirand [email protected]
Kevin Swiber |
If I
COMMAND-Click
a link in the Zetta browser it doesn't open the link in a new tab as I expect it to do. Instead it treats the Click like a regular, old click.The text was updated successfully, but these errors were encountered: