Giter Site home page Giter Site logo

Tabs / Multiple instances about macgap2 HOT 3 CLOSED

zerosix avatar zerosix commented on September 13, 2024
Tabs / Multiple instances

from macgap2.

Comments (3)

zerosix avatar zerosix commented on September 13, 2024

or ideally, build the tabs with API~ I am thinking of an example where I would have a login window and the "tabs" are built based on the user who has logged in.

from macgap2.

jeff-h avatar jeff-h commented on September 13, 2024

Would this not be possible completely within one webview, using CSS/JS tabs and several iFrames?

Obviously native tab behaviour is nice, but I'm not sure we can add that without a bunch of work and overhead. Someone else may prove me wrong :)

from macgap2.

rawcreative avatar rawcreative commented on September 13, 2024

Tabs aren't a native control that's available in Cocoa, other than the kind in the Keyboard menu in System Preferences. The only way to achieve tabs like you see in chrome/safari/other browsers is to draw them manually with code. Implementing something like this into the default MacGap api is most likely not going to happen due to what's involved and the use cases. Another quite significant roadblock to this is even if we did implement a native tab interface, it wouldn't be of much use anyway as it would require two separate webviews and since every webview has it's own JS context, you can't run commands/execute scripts between tabs/webviews i.e. contexts can't talk to/run commands in another context. The only thing that we could do is listen for and trigger events unless we built a messaging system or something similar. This is a restriction due to the way Apple has built the JavaScriptCore.

from macgap2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.