This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hello,
I'm seeing an issue when viewing mojo portal demo on an android phone, using chrome for android. Initially saw issue on the mojo portal installation that I work on. When editing a page, the toolbar in the text area is not rendering correctly.
to duplicate: 1.open chrome on an android device,
2. navigate to demo,
3.login using admin login.
4.edit the page
5. Instead of seeing the toolbar in the text edit area, there is bulleted list of links showing "heading 1","Paragraph","Bold","UI","Ol" etc. for each of the buttons
using galaxy s7+, android 8, mojo 2.7, .net 4.6, sql server v12, android chrome v72.0.3626.121
I wanted to clarify the prior post. After logging to the demo site, go to http://demo.mojoportal.com/Admin/EditLoginInfo.aspx. On an android phone, instead of seeing the tool bar in the text edit region, there's a list of links with names like Heading 1, Heading 2, Paragraph, Bold.
Thanks
Hi,
You can add the following to your user.config and then "touch" the web.config. This will be the default in the next release.
<add key="AdaptEditorForMobile" value="false" />
Thanks, Joe