Philipp Rich

Results 36 issues of Philipp Rich

Hi, cant start with a pouchDb. After installation pouch and types, i cant use it: ```ts import * as PouchDB from "pouchdb"; const db = new PouchDB("appState"); // TypeError: The...

Hi, I'm new to tauri and while exploring basics of file management on android, I wrote an article and created a tiny test app: https://github.com/skorphil/tauri-fs-android-starter It might be useful for...

Difficult to explain, but ironically the mobile component works pretty bad with on-screen keyboard: It snaps chaotically and when keyboard is closed it doesnt always reset to its original snap...

Hi, how can i simplify moving between snap points? Like `dragVelocityThreshold` but for moving to points ```ts dragVelocityThreshold={100} // it is working only for closing (0.3 -> close or -10...

### What happened? I wanna started from template but when i click "create" after chosing template, the window just disappears and get me back to welcome screen (where i select...

bug

Hi, how does https://github.com/webdriverio/wdio-wait-for/blob/main/docs/modules/browser_urlis.md work with hybrid apps? Can i specify which type of url check? native or webview?