Closed wulfsolter closed 10 years ago
Try as I may, I can't get TMP2.x to correctly populate the WebSQL database with content pulled down through Bikini for offline use, nor does the app like failing to get bikini/*.
Steps to reproduce:
While online 1) pull & install The-M-Project-Sample-Apps 2) bower update to ensure themproject is up to date 3) grunt server on addressbook 4) see the example contacts are correctly populated and updating Turn off network (at OS level, eg "flight mode") 5) reload http://localhost:9000/ and everything breaks on GET http://nerds.mway.io:8200/bikini/contacts/info jquery.js:7845 GET http://nerds.mway.io:8200/bikini/contacts
At no point is WebSQL ever populated?
I will be having a dig through this over the next few days, but am hoping there is a staged commit that hasn't been pushed through
Hi @wulfsolter
you can solve that issue by setting the useLocaleStore to yes for the M.BikinitStore here.
useLocaleStore
yes
Try as I may, I can't get TMP2.x to correctly populate the WebSQL database with content pulled down through Bikini for offline use, nor does the app like failing to get bikini/*.
Steps to reproduce:
While online 1) pull & install The-M-Project-Sample-Apps 2) bower update to ensure themproject is up to date 3) grunt server on addressbook 4) see the example contacts are correctly populated and updating Turn off network (at OS level, eg "flight mode") 5) reload http://localhost:9000/ and everything breaks on GET http://nerds.mway.io:8200/bikini/contacts/info jquery.js:7845 GET http://nerds.mway.io:8200/bikini/contacts
At no point is WebSQL ever populated?
I will be having a dig through this over the next few days, but am hoping there is a staged commit that hasn't been pushed through