Is there a way of using Chromium tabbed UI to develop cross platform apps?
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.
Chromium being an open source project you can use the code that does the tabs. You should browse chromium’s source at http://www.chromium.org/. If you are developing on OSX with Cocoa, Rasmus Andersson has made a
You can find the framework at https://github.com/rsms/chromium-tabs.