Set up preferences and a perspective for mobile mode in Tiki 7 to 12. (Tiki 13.x + uses Bootstrap so this doesn't as-is)
Landing page after the profile has been applied: Profile_Mobile_Instructions_page
Questions
YAML
objects: - type: module ref: module_mobile data: name: mobile params: nobox: y position: bottom order: 20 instructions: Profile_Mobile_Instructions_page preferences: mobile_perspectives: [$Mobile_part_2:mobile_perspective]
YAML
dependencies: - $profiles.tiki.org:Mobile_part_2:mobile_perspective
Landing page after the profile has been applied: Profile_Mobile_Instructions_page
YAML
instructions: Mobile_Instructions preferences: enable: [ feature_wiki ] objects: - type: wiki_page ref: mobile_instructions_page data: name: Mobile_Instructions lang: en content: wikicontent:Profile_Mobile_Instructions_page
Questions
- CodeMirror is buggy on my Android browser. (ex: ENTER doesn't take me to a new line). Should we shut off for mobile?