Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14748] Android: WebSQL support for titanium's web view

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-30T19:06:03.000+0000
Affected Version/sRelease 3.1.0, Release 3.1.1
Fix Version/sn/a
ComponentsAndroid
LabelssupportTeam
ReporterRupesh Sharma
AssigneeEric Merriman
Created2013-08-02T04:22:00.000+0000
Updated2017-03-23T22:28:50.000+0000

Description

Description

Titanium's webview support for android on WebSQL.

Comments

  1. Chris Barber 2016-08-30

    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.Database to the WebView using Ti.App.addEventListener() and Ti.App.fireEvent(). 2. Use a supported web technology like local storage or IndexedDB.
  2. Lee Morris 2017-03-23

    Closing ticket as Won't Fix with reference to the above comments.

JSON Source