Luke Cousins

Results 69 comments of Luke Cousins

Thanks for the suggestions. I couldn't manage to get logcat output, unfortunately. I tried both Chrome Dev Tools and PyCharm (as per WebStorm) config, but it simply wouldn't connect. This...

The latest build attempt is `3.9.0-dev.20220807`. We've been on nightly a for ages, to be honest. package-lock.json extract ```json "node_modules/tabris": { "version": "3.9.0-dev.20220807", "resolved": "https://registry.npmjs.org/tabris/-/tabris-3.9.0-dev.20220807.tgz", "integrity": "sha512-xwoYieWiCJi6znKDnWCXSV5DlTHoEh0vHyTr2kUA/Ppec22yNxUBkEb1vkF6rtt2DAyCVzalvAYYY+7cfAVh0A==" }, ``` I...

And news on this? This is still broken.

![Screenshot 2022-09-07 at 14 33 03](https://user-images.githubusercontent.com/6420347/188891363-40f80724-a958-45e4-b7b3-125746461916.png)

Thanks for looking at this. Yes, I do have `tabris` in the package.json. Please see attached the [package.json.txt](https://github.com/eclipsesource/tabris-js/files/9525174/package.json.txt) and [package-lock.json.txt](https://github.com/eclipsesource/tabris-js/files/9525175/package-lock.json.txt) that correspond with the build in that screenshot. Additionally, I...

I should add that iOS builds without a problem on the cloud build service for the exact same code/repo that's failing with the above on Android.

We're using Tabris, so not this package, with the [tabris-plugin-barcode-scanner](https://github.com/eclipsesource/tabris-plugin-barcode-scanner) we have suddenly started to experience the same barcode misread issue as described here. We hadn't released an app update...

We're also having the same issue

The fix of #168 has caused this problem. My understanding is that you should be using the `conditiion_dict` to vary which steps are in the wizard and which are not....

Thanks, I'll try this and get back to you with any findings.