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