Nativefier 无法使用google登录的问题
$$
\newcommand{\indep}{\mathrel{\perp\mkern-10mu\perp}}
\newcommand{\P}{\mathbb{P}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\Var}{\operatorname{Var}}
\newcommand{\Cov}{\operatorname{Cov}}
\newcommand{\1}[1]{\mathbf{1}\\{#1\\}}
$$
如何解决nativefier生成软件的谷歌登录问题?
Issue
在使用nativefier生成APP的时,如果是用Google gmail注册的话,会提示不安全无法登录。

Solution
nativefier messages.google.com/web/conversations \
--name "Google Fi" \
--single-instance \
--honest
The key is to add this --honest in your command line. For more details please check the github issue here.