I have the same problem - a page using SQLLite (via Lawnchair) that works fine in Safari but cannot open a local database in Fluid. A quick scan of this group reveals other similar questions but no resolutions. Does anyone have a workaround?
thanks Richard On Jan 19, 3:29 am, Chris Morrell <[email protected]> wrote: > I'm trying to write a userscript to add Fluid functionality to a web > app (Remember The Milk) and I need a way to store data across > sessions. I tried to use localStorage, but that seems to get emptied > when the app closes, so I moved on to Webkit's SQLite functionality > (which actually provides functionality closer to what I wanted in the > first place). > > After a lot of failures getting it to work, I came across this demo > app:http://webkit.org/demos/sticky-notes/index.html > > When I open the demo app in Safari, it creates a new database. When I > open it as a Fluid instance, it fails. I'm having the same experience > with my userscript in Fluid (when I call openDatabase() it returns > NULL no matter what). Now I know that Todd said that all Safari > features were available in Fluid, but it doesn't look like that's > true. Has anyone figured out a way to get this to work? > > Thanks! > > Chris -- You received this message because you are subscribed to the Google Groups "fluidapp" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fluidapp?hl=en.
