#1 Edge不支持windows.update fullscreen

Open
opened 6 years ago by lyq · 1 comments
天问 commented 6 years ago

Edge不支持windows.update fullscreen

既然不支持就需要考虑其他途径,比如默认 W3C 兼容全屏方法。

Edge不支持windows.update fullscreen ![](https://git.yoqi.me/attachments/7012b9be-23e5-4600-87cb-4c04a5d6810e) 既然不支持就需要考虑其他途径,比如默认 W3C 兼容全屏方法。
天问 commented 6 years ago
Owner

API 参考

https://docs.microsoft.com/en-us/microsoft-edge/extensions/api-support/supported-apis#windows

项目管理

https://partner.microsoft.com/en-us/dashboard/windows/overview

移植Chrome扩展到Win10 Edge

应用商店搜索 Microsoft Edge Extension Toolkit ,安装后加载 crx 包,转换即可,部分API不支持!这个肯定的!

国际化

chrome可以通过下面方法实现国际化:

chrome.i18n.getMessage("helloWorld")
### API 参考 https://docs.microsoft.com/en-us/microsoft-edge/extensions/api-support/supported-apis#windows ### 项目管理 https://partner.microsoft.com/en-us/dashboard/windows/overview ### 移植Chrome扩展到Win10 Edge 应用商店搜索 Microsoft Edge Extension Toolkit ,安装后加载 crx 包,转换即可,部分API不支持!这个肯定的! ### 国际化 chrome可以通过下面方法实现国际化: ``` chrome.i18n.getMessage("helloWorld") ```
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.