Nux

Results 23 comments of Nux

> The table attributes are parsed as text because MediaWiki parses table attributes before producing the table. For example, table attributes can contain templates and other wikicode. So I would...

@PavelDoGreat unfortunately it seems nothing changed. Not sure if I'm testing the right place. I tested this website: https://paveldogreat.github.io/WebGL-Fluid-Simulation/ Here is a recording: https://www.youtube.com/watch?v=eoo5ZySlbxI (1st zig-zag is the single touch;...

I think the link should be here, next to map links: ![](https://user-images.githubusercontent.com/1045235/166511910-93ad0f1a-f5a1-4872-ab95-5d6eb52ba9ce.png) Maybe call it "Scanner link" or "App link" or "Prime link". Not sure what would be more intuitive....

Oh. You can easily check contrast in Firefox dev tools (click on color: prop) or on WebAIM website: https://webaim.org/resources/contrastchecker/

On Android you can use built-in back button. Cancel buttons are generally not needed in Android apps.

Strange... I think it worked fine before. As a workaround you can change location or push state just before you open the scanner and change it back once it finishes....

I posted a solution in [my comment](#issuecomment-57079074). Did you try it?

Strange... Works fine in my app. Which PG version did you use when compiling? Maybe the demo app has some old version hard coded? Anyway you can test on my...

I think it would be better to simply check the connection status with Cordova: https://github.com/apache/cordova-plugin-network-information You should probably also listen to events and change your app status when the phone...

Code 39 actually works, but - as mentioned in #95 - the codes need to be short (less then 10 characters). I'm assuming the same problem is with VIN barcodes...