This is a migrated thread and some comments may be shown as answers.

Customizing the UI for Audio Capture

3 Answers 28 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jason
Top achievements
Rank 1
Jason asked on 27 May 2015, 07:48 PM
We're building an app that captures audio/video as part of a training. We want to customize the UI used to capture the audio (orientation, etc.), but we can't find any information on doing so. Can anyone point us in the right direction.

3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 28 May 2015, 01:17 PM
Hi Jason,

What is your current UI and what kind of customizations you would need? The Telerik UI for iOS suite provides 5 UI components which you can take and customize the way you want thanks to the rich styling API they offer. You can learn more about the UI for iOS component here.

If you need UI customizations outside the context of these components, feel free to share them with us, so that we can think if we can build and offer a component that fulfills your requirements.

Regards,
Nikolay
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Jason
Top achievements
Rank 1
answered on 28 May 2015, 02:45 PM

We're currently using the built-in Cordova calls to capture audio. Here is our call:

navigator.device.capture.captureAudio(

    function () { onSuccess.apply(that, arguments); },

    function () { onError.apply(that, arguments); },

    { limit: 1 });

Functionally, this works great. However, when we call this, we get the attached UI for the recording. This would work fine except our app is entirely landscape and this UI is in portrait. We'd like to make some minor modifications to this.

Also, after posting this, I realized this may be the wrong thread. I can move it if necessary. 

0
Nikolay
Telerik team
answered on 29 May 2015, 07:12 AM
Hello Jason,

It seems that you are using Cordova for hybrid apps. However, the current section is about native apps and components. Feel free to open a new thread in the appropriate section, but please make sure that you describe the exact UI requirements as, considering your current description, I am still not sure how we can be of help with current or future-possible Telerik products.

Regards,
Nikolay
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussion
Asked by
Jason
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Jason
Top achievements
Rank 1
Share this question
or