how to disable wyswyg on mobile

hi i want to use wyswyg but only on full site, and i'm using a custom mobile theme customized from actual full site theme. and would like to disable wyswyg when it loads on mobile.
0
hi i want to use wyswyg but only on full site, and i'm using a custom mobile theme customized from actual full site theme. and would like to disable wyswyg when it loads on mobile.
Comments
remove this from the editor plugin you are using.
'MobileFriendly' => TRUE,
or use this technique
http://vanillaforums.org/discussion/comment/170845/#Comment_170845
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.