[ 
https://issues.apache.org/jira/browse/CB-12822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014165#comment-16014165
 ] 

SAILLARD commented on CB-12822:
-------------------------------

Yes a have the same problem  with the iOS 10.3.2 on UiWebview  API Html WebSql

It's occur also  with Mobile Safari and Chrome browser on my iPad with the iOS 
10.3.2

On My second Ipad on iOS 10.3.1 everything run with a charme on these 3 tests.

To resolve in urgency this trouble I make an version of my WebApp by using an 
Sqlite Plugin.
And I waiting the next version of iOS to see if this trouble is resolve.



> Bug when  create an virtual table with fts3 option in the Websql database on 
> UiWebview
> --------------------------------------------------------------------------------------
>
>                 Key: CB-12822
>                 URL: https://issues.apache.org/jira/browse/CB-12822
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios, cordova-js
>    Affects Versions: [email protected]
>         Environment: UIWebview Websql database
>            Reporter: SAILLARD
>            Priority: Blocker
>              Labels: performance
>
> Hello,
> I develop software with cordova, since 6 years, and actually use the 
> UiWebview with the Websql database because he WkWebview don't use this.
> When I execute an transaction for create a virtual table  with the option 
> fts3. The query return an error and the table is not create.
> When I dont' use the option fts3 for create an normal table, it's OK. I have 
> success operation.
>  This Problem doesn't exist on iOS 10.3.1 and before.
> Steps to Reproduce:
> CREATE VIRTUAL TABLE IF NOT EXISTS param USING fts3 ( soc_code VARCHAR(5), 
> prm_table VARCHAR(50), prm_coderec VARCHAR(50), prm_lbl VARCHAR(70), 
> prm_comment VARCHAR(200), prm_actif VARCHAR(1), prm_value VARCHAR(50), 
> prm_order INTEGER, INDEX_PAGINATION INTEGER ) ";
> Version:
> iOS 10.3.2  beta5
> Notes:
> I can use in my application Virtual table previously create before upgrade on 
> iOS 10.3.2 beta5. That mean that it's supported, only the creat doesn't run.
> Configuration:
> ipad air2  64go



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to