py-chrome-app icon indicating copy to clipboard operation
py-chrome-app copied to clipboard

UI for Python using Chrome as a WebView

Results 6 py-chrome-app issues
Sort by recently updated
recently updated
newest added

./run_tests testAppSideUncaughtErrorObject (chromeapp_unittest.AppTest) ... And the browser window opens and just sits there. This is on my corp Linux desktop. If I close the browser window, the process repeats: Browser...

--app-id doesn't work on osx [and possibly other platforms] when the browser is already running. On those platforms, we need a workaround of some sort.

Actions performed inside window close may be dropped. Even exit is risky: chrome.app.window.current().onClosed.addListener(function() { chromeapp.exit(0); }) See crbug.com/168147