Seth
Results
2
issues of
Seth
**Describe the bug** A clear and concise description of what the bug is. Initialization of plugin and importing NativeAudio throws an error ReferenceError: capacitorExports is not defined **To Reproduce** Steps...
question
Here is how I have my code setup static SQLiteAsyncConnection db; static async Task Init() { if (db != null) { return; } var databasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "MyData.db"); db =...