9 lines
406 B
Markdown
9 lines
406 B
Markdown
---
|
|
name: blazor-hybrid-bridge
|
|
description: Standards for cross-platform compatibility (Web & MAUI Hybrid)
|
|
---
|
|
# Cross-Platform Integration
|
|
|
|
- **Abstraction:** Implement `IPlatformService` for native features like Haptics or File System.
|
|
- **UI Safety:** Support `env(safe-area-inset-...)` for mobile notches.
|
|
- **Touch Input:** Use `user-select: none` on interactive nodes to prevent accidental selection. |