You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facefullCreate();// or facefullCreate(true) to init in native modewindow.addEventListener('load',function(){facefull.doInit();});
Native mode
Native mode allows you to use Facefull to create a user interface for native desktop applications using the webview component.
In native mode you can use built-in event system to communicate with your native desktop application backend. All you need to do is implement a bridge - the communication system between your application backend and the user interface.