You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CB-12542: (ios) Fix wav file recording, add m4a extension. make IOS status handling compatible with Android/Windows
implement a "messageChannel" command and if the messageChannel
command is called the plugin hands back results to the plugin
container via "sendPluginResult" instead of "evalJs"
even for oldschool usage it cleans the code
Closes#134.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -558,7 +558,7 @@ function recordAudio() {
558
558
559
559
### iOS Quirks
560
560
561
-
- iOS only records to files of type _.wav_ and returns an error if the file name extension is not correct.
561
+
- iOS only records to files of type _.wav_ and _.m4a_ and returns an error if the file name extension is not correct.
562
562
563
563
- If a full path is not provided, the recording is placed in the application's `documents/tmp` directory. This can be accessed via the `File` API using `LocalFileSystem.TEMPORARY`. Any subdirectory specified at record time must already exist.
0 commit comments