2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-29 04:39:04 +00:00
nativefier/app
Jia Hao 5cb20e9244 Implement authentication that requires a new window to be opened referenced in #19
- Issue https://github.com/jiahaog/nativefier/issues/19#issuecomment-173364234
- When a link that requests a new window is clicked, the app will check if the link is an external link. If so, the default desktop browser (Chrome, Safari etc.) will be opened. Otherwise, a new Electron BrowserWindow will be opened, which supports the use case of logging in to OAuth websites such as feedly.com
2016-01-22 02:05:50 +08:00
..
assets/js Remove unused html and css after refactor to use browserwindow url directly 2016-01-22 01:33:34 +08:00
node_modules/wurl Implement authentication that requires a new window to be opened referenced in #19 2016-01-22 02:05:50 +08:00
.gitignore Implement authentication that requires a new window to be opened referenced in #19 2016-01-22 02:05:50 +08:00
buildMenu.js Remove use of webview tag and instead rely on browser window 2016-01-22 01:32:21 +08:00
main.js Implement authentication that requires a new window to be opened referenced in #19 2016-01-22 02:05:50 +08:00
nativefier.json Add template nativefier.json for debugging use 2016-01-19 19:53:59 +08:00
package.json Implement authentication that requires a new window to be opened referenced in #19 2016-01-22 02:05:50 +08:00