Luke Cousins
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.

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.