I'm building a packaged app for Chrome. I'm currently using WebSQL to store/retrieve data. Will data I input on one machine show up on another machine if I choose to sync apps in Chrome?
For example, on my desktop I open the app and add a record. If I open the app on my laptop will that record show up?
I'm not to the point where I can sync my app yet, so I can't test it myself. Has anybody done this before?