lewisl9029 / toc

Toc Messenger - A distributed messaging app that can sync across all of your devices
http://toc.im
GNU Affero General Public License v3.0
56 stars 1 forks source link

Allow multiple links from app to open in different tabs #430

Closed lewisl9029 closed 9 years ago

lewisl9029 commented 9 years ago

Might not be possible for cordova inappbrowser due to need to specify _system window target. Should be able to switch this to _blank for web.

lewisl9029 commented 9 years ago

looks like _system links only work when calling window.open from js. Need to fix for about toc link in menu.

lewisl9029 commented 9 years ago

Added as of #453