Ole Kallehave

Results 4 comments of Ole Kallehave

Same issue - xubuntu 20.04. Do you guys also experience that live reload doesn't work on the android emulator?

I was using v14.15.5 (lts) and tried switching to 15.5.0 (what's up with all the deprecated packages when installing nativescript?) and still get the same response: ``` $ ns device...

Thank you for your comment! ``` $ nvm current v15.5.0 $ cat .nvm/versions/node/v15.5.0/lib/node_modules/nativescript/lib/common/mobile/mobile-core/devices-service.js | grep getEmulatorImages -A 4 -m 1 getEmulatorImages(options) { console.log('hits me'); console.log(this.$hostInfo.isDarwin); return __awaiter(this, void 0, void...

I just tried adding an id to the frame, and now it works. But shouldn't it be possible to do something like this: ``` PHP $frame = $this->byCssSelector('#frameContainer iframe'); $this->frame($frame->getId());...