feat(examples): add native-shell workout host path
Extend the workout exemplar with a native-shell haptic request and acknowledgment path that validates the host manifest and returns through app code without owning workout state. req: host/001 req: host/002 req: host/004 req: host/005 req: examples/001
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
<section class="host">
|
||||
<h2>Export host boundary</h2>
|
||||
<p data-hemx-slot="host_status">{+ self.host_status +}</p>
|
||||
<button type="button" data-hemx-handle="export_log">Export via host share</button>
|
||||
<button type="button" data-hemx-handle="export_log">Export via browser/PWA share</button>
|
||||
<button type="button" data-hemx-handle="record_share_result">Record share completed</button>
|
||||
<button type="button" data-hemx-handle="request_native_haptic">Request native haptic</button>
|
||||
<button type="button" data-hemx-handle="record_native_haptic_ack">Record haptic acknowledged</button>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user