You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/forAI/commonFixesforAI.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Common Fixes for AI Development
2
2
3
+
### Mobile Navigation Issues
4
+
-**Container div conflicts**: Never mix container div approach (`<div id="bubblspace-navbar"></div>`) with auto-initialization - use one or the other
5
+
-**CSS conflicts**: Remove `mobile-navbar-fix.css` when using auto-initialization - it hides mobile navigation elements with `display: none !important`
6
+
3
7
### Analytics & Window Object Method Calls
4
8
-**ALWAYS check method existence**: Use `if (window.AppConfig && typeof window.AppConfig.methodName === 'function')` before calling any window object methods
5
9
-**Never assume methods exist**: Even if the object exists, the specific method might not be loaded yet or could be missing
0 commit comments