Getting Started
Tour Management
Learn how to manage and control tours in Oppla
Tour Management
Learn how to manage and control tours in your application using the Oppla tours package.
Basic Usage
Initialize Tours
Start and Stop Tours
Advanced Features
Tour Events
Listen to tour events:
Tour State
Get tour state:
Multiple Tours
Manage multiple tours:
Best Practices
- Be Organized: Keep tour IDs consistent and meaningful
- Be Efficient: Only register tours when needed
- Be Responsive: Handle tour events appropriately
- Be Clean: Clean up tours when they’re no longer needed
Common Issues
Tour Not Starting
- Check tour registration
- Verify tour ID
- Check for conflicts
- Ensure proper initialization
Tour State Issues
- Check event handlers
- Verify state management
- Check for race conditions
- Ensure proper cleanup