Hide Forgot
Created attachment 1146697 [details] iPhone Description of problem: When adding online-extensions.js, "Report a Bug", "Stack Overflow" and "System Status" are not shown on iPhone, all other browsers and iPad show well Version-Release number of selected component (if applicable): fork_ami_openshift3_userinterface_console_1.3_210 How reproducible: Always Steps to Reproduce: 1. Download online-extensions.js from https://github.com/jwforres/origin/blob/console_1.3/assets/extensions/examples/online-extensions.js 2. Add online-extensions.js to master-config.yaml assetConfig: extensionDevelopment: false extensionScripts: - online-extensions.js 3. Start Openshift 4. Check online extensions on console Actual results: 4. "Report a Bug", "Stack Overflow" and "System Status" items are not shown on iPhone, see attachment Expected results: 4. "Report a Bug", "Stack Overflow" and "System Status" items should be added to nav menu and shown correctly Additional info:
This is actually intentional. The mobile view is so small we opted to leave these extra menu items out.
Ok, then it should works fine. Move to VERIFIED