从手机上移除黑条

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从手机上移除黑条相关的知识,希望对你有一定的参考价值。

If you user logs in and they're on a mobile phone, they might get that annoying black bar on top. This script removes that if they can edit posts or on mobile.
  1. /** ******** ******** ******** ******** ******** ******** ******** ********
  2. * Checks if a particular user has a role.
  3. * Returns true if a match was found.
  4. *
  5. * http://codex.wordpress.org/Roles_and_Capabilities#Subscriber
  6. * http://docs.appthemes.com/tutorials/wordpress-check-user-role-function/
  7. *
  8. * @param string $role Role name.
  9. * @param int $user_id (Optional) The ID of a user. Defaults to the current user.
  10. * @return bool
  11. */
  12. if (!current_user_can('edit_posts') || wp_is_mobile() ) {
  13. show_admin_bar(false);
  14. }

以上是关于从手机上移除黑条的主要内容,如果未能解决你的问题,请参考以下文章

css关于解决苹果手机底部小黑条适配问题

iOS 屏幕顶部出现黑条的情况及解决方法

忘记Apple ID密码,如何从iPhone/iPad上移除 iCloud账号?

Android:游戏侧面有黑条(仅在屏幕截图中)

上面的黑条 iPhone X。如何摆脱?

iOS一行代码将所有子视图从父视图上移除