[TIMOB-14748] Android: WebSQL support for titanium's web view
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2016-08-30T19:06:03.000+0000 |
| Affected Version/s | Release 3.1.0, Release 3.1.1 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | supportTeam |
| Reporter | Rupesh Sharma |
| Assignee | Eric Merriman |
| Created | 2013-08-02T04:22:00.000+0000 |
| Updated | 2017-03-23T22:28:50.000+0000 |
The WebSQL spec is no longer actively maintained. It will most likely be removed from all browsers over time. As a workaround, there are a couple options: 1. Expose
Ti.Databaseto the WebView usingTi.App.addEventListener()andTi.App.fireEvent(). 2. Use a supported web technology like local storage or IndexedDB.Closing ticket as Won't Fix with reference to the above comments.