leapchat icon indicating copy to clipboard operation
leapchat copied to clipboard

CapacitorJS testing WIP

Open jimmcgaw opened this issue 2 years ago • 2 comments

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.

jimmcgaw avatar Feb 25 '23 18:02 jimmcgaw

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?

elimisteve avatar Feb 25 '23 23:02 elimisteve

@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 ?

elimisteve avatar Feb 25 '23 23:02 elimisteve