How to put an icon to system status bar with Cordova

时光毁灭记忆、已成空白 提交于 2020-01-07 13:35:35

问题


I need to put an app icon to the system status bar (on top) on iOS and Android with Cordova (like the clock icon when you set an alarm). Is there any plugin available?


回答1:


In Android on the status bar you cannot add icons to the right (system icons) as this is reserved for system. You're not system, therefore you should not be on the status status bar. However; you can post on the left side (which is where app icons show up). Also even if you were system, unless you can modify the source code of the platform... this cannot be achieved.




回答2:


I think it's impossible to customize the system status bar on iOS.
You can manage to add a widgets instead.



来源:https://stackoverflow.com/questions/39421708/how-to-put-an-icon-to-system-status-bar-with-cordova

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!