-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use crosswalk,when executeSql ,always throw new transaction is waiting for open operation #340
Comments
EDIT: You may have to use |
I just added the native libraries that were missing. Please try it again, and try it first without |
@brodybits you mean i didn‘t open database success may cause the executeSql fail? i will try it later,thanks |
@brodybits thanks a lot,i update the plugin lastest,and the problem solved !!! |
👍 |
i solve crosswalk+sqlite crash by this link:
#336
but now when i execute sql , the log below:
SQL : select count() as count from chat_record where receiver_id = ? and is_read = ?
SQLitePlugin.js:105 new transaction is waiting for open operation
ionic.bundle.min.js:5 SQL : select count() as count, unique_identification from chat_record where receiver_id = ? and is_read = ? group by unique_identification
SQLitePlugin.js:105 new transaction is waiting for open operation
who can help solve this problem?
@brodybits
from China , thanks
The text was updated successfully, but these errors were encountered: