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?
I have installed dokuwiki to my server. It shows in mobile mode when I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.