Skip to content

Commit fe71006

Browse files
Update Capacitor README (#756)
1 parent 27f5cd9 commit fe71006

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fifty-cats-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/capacitor': patch
3+
---
4+
5+
Updated limitations in README

packages/capacitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ const db = new PowerSyncDatabase({
8181
## Limitations
8282

8383
- Encryption for native mobile platforms is not yet supported.
84-
- Multiple tab support is not available for native Android and iOS targets.
8584
- `PowerSyncDatabase.executeRaw` does not support results where multiple columns would have the same name in SQLite
8685
- `PowerSyncDatabase.execute` has limited support on Android. The SQLCipher Android driver exposes queries and executions as separate APIs, so there is no single method that handles both. While `PowerSyncDatabase.execute` accepts both, on Android we treat a statement as a query only when the SQL starts with `select` (case-insensitive).
86+
- Multiple tab support is not available for native Android and iOS targets. If you're not opening a second webview in your native app using something like `@jackobo/capacitor-webview`, you are unaffected by this.
8787

8888
## Examples
8989

0 commit comments

Comments
 (0)