I noticed that when we call app.emulateMobile(true)
, app.vault.adapter instanceof CapacitorAdapter
is still false, so the mobile code that relies on CapacitorAdapter
instance would fail.
I noticed that when we call app.emulateMobile(true)
, app.vault.adapter instanceof CapacitorAdapter
is still false, so the mobile code that relies on CapacitorAdapter
instance would fail.