Nativefier: Outlook365

Created on 18 Jan 2019  路  3Comments  路  Source: jiahaog/nativefier

Description

Open email composer on a separete windows will open a black page.

Steps to reproduce issue

open email composer.

image

click to open on a separated window.

image

Details

  • Are you nativefying a public website?
    No
  • Feature request? Have you looked at nativefier --help to see if an existing option could fit your needs?
    yes
  • Full nativefier command used to build your app:
  • Version of Nativefier (run nativefier --version): v7.6.10
  • Version of node.js (run node --version): v10.15.0
  • OS: Windows 10

Most helpful comment

Outlook 365 works on my machine now, and don't know whether it relates to "The new Outlook" feature.

  • Full nativefier command used to build your app:
nativefier \
-n "Outlook-Office365" \
--maximize \
--show-menu-bar \
--internal-urls ".*(office|office365|sharepoint|microsoft|onenote)\.(com).*" \
--tray \
--counter \
--single-instance \
'https://outlook.office.com/owa'
  • Version of Nativefier (run nativefier --version): v7.6.10
  • Version of node.js (run node --version): v10.14.2
  • OS: Ubuntu 16.04

image

All 3 comments

Might be similar to #699

Outlook 365 works on my machine now, and don't know whether it relates to "The new Outlook" feature.

  • Full nativefier command used to build your app:
nativefier \
-n "Outlook-Office365" \
--maximize \
--show-menu-bar \
--internal-urls ".*(office|office365|sharepoint|microsoft|onenote)\.(com).*" \
--tray \
--counter \
--single-instance \
'https://outlook.office.com/owa'
  • Version of Nativefier (run nativefier --version): v7.6.10
  • Version of node.js (run node --version): v10.14.2
  • OS: Ubuntu 16.04

image

Just to add to this, I had to add microsoftonline.com to the list of internal URLs to be able to login correctly. So:

nativefier \
-n "Outlook-Office365" \
--maximize \
--show-menu-bar \
--internal-urls ".*(office|office365|sharepoint|microsoft|microsoftonline|onenote)\.(com).*" \
--tray \
--counter \
--single-instance \
'https://outlook.office.com/owa'
Was this page helpful?
0 / 5 - 0 ratings