From 5b2d7ddb85103dc2362fc1654018bf6a62213372 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 4 Oct 2016 05:18:12 +0300 Subject: [PATCH] updated notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/doc/BUILD-NOTES | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/doc/BUILD-NOTES b/ui (gen4)/doc/BUILD-NOTES index 50a9696c..53abbb59 100755 --- a/ui (gen4)/doc/BUILD-NOTES +++ b/ui (gen4)/doc/BUILD-NOTES @@ -2,12 +2,15 @@ Chromium flicker issue ---------------------- +The UI sometimes flickers -- at first blanks out to black then re-draws, +this is most noticeable on white or gray backgrounds. + This appears to be GPU related. package.json: "chromium-args": "--disable-gpu-compositing", -This will fix the issue temporarily, but still need a better solution. +This will fix the issue temporarily, but we still need a better solution. @@ -33,7 +36,7 @@ Speedup loading of app ---------------------- One of the ways to speed up the load times when packed is to store Node's -modules ./node_modules in a speporate loaction, outside of the the app.zip +modules ./node_modules in a separate location, outside of the app.zip or package.nw To enable require(..) to find them: - > npm install --save app-module-path