leapchat
leapchat copied to clipboard
CapacitorJS testing WIP
This feels very close to working, for development mode. Right now the issue is that the app, when running in an emulator, will not reach out to the localhost:8080. I've tried several workarounds from the docs, I haven't found the solution yet.
This feels very close to working, for development mode. Right now the issue is that the app, when running in an emulator, will not reach out to the localhost:8080. I've tried several workarounds from the docs, I haven't found the solution yet.
Meaning the app tries to talk to localhost:8080
inside the emulator rather than localhost:8080
on the host?
@jimmcgaw Can conditional logic be set so that, when running in an emulator, 10.0.2.2:8080 is reached out to instead of localhost:8080 ?