I have installed dokuwiki to my server.
It shows in mobile mode when I access to it with Android or iPhone.
But I want to show it as PC mode.
How can I?

有帮助吗?

解决方案 2

Dokuwiki's API let determine if the client is mobile. Then it's up to the template to use this information or not.

You could try grep -rn ismobile . on your template code to see how it is used.

Ideally I would have added a comment to ask which template you use, but I'm afraid I don't have enough reputation to leave comments yet.

其他提示

Which template are you using?

If it's the default "dokuwiki" template, simply remove the line with css/mobile.css from the style.ini file in ./lib/tpl/dokuwiki/.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top