@expofp/floorplan
Version:
Interactive floor plan library for expos and events
7 lines (6 loc) • 389 B
JavaScript
// Native SDK compatibility placeholder.
// WKWebView evaluates JS (via estimatedProgress) before async module scripts finish,
// so ___fp.ready must exist early for the native bridge to attach .then() handlers.
// Resolved by load() when the real FloorPlan instance is ready.
/* eslint-disable no-undef */
window.___fp = { ready: new Promise(function (r) { window.___fpResolve = r; }) };