문제

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