SQLite on iOS 9 using Chrome 62

When you try to make a select on a SQLite database (using the command SQL) it raises an “Unknown error” (iOS 9 and Chrome 62 64bit: SQLite is supported). On the same environment Safari runs without errors. In any other environments (OSX, UBUNTU, MS WIN) Chrome runs without errors. Any ideas?

Looks like it is a limitation of Chrome in iOS. You will need to use Safari.

Strange… on iOS 10 and Chrome 53 (32bit) the app runs without errors

On iOS 10 and Chrome 62 (64bit) the app runs without errors…

Strange. I was looking for documentation on this and found conflicting results. The best answer is what you are seeing: that it works in the current version.