BoldDesk®Customer service software with ticketing, live chat & omnichannel support, starting at $99/mo for unlimited agents. Try for free!
Hi Terrance,
Here is some additional information about getting started
with Orubase for an ASP.NET MVC based mobile hybrid application.
1 |
Create a web application The UI and business logic stays in the web application and
this is developed using Visual Studio 2012/2012. Orubase includes a Wizard
utility that will help you generate a web application project and also tie
them to the other native application projects that will be introduced in the
next steps. http://help.syncfusion.com/UG/orubase/default.htm#!Documents/creatingaspnetmvcweb.htm |
2 |
Create native applications that host the web application The Orubase wizard generates starter applications for iOS,
Android and Windows Phone that are already preconfigured to work with the web
application created in step 1. You can now open any of these projects (iOS project would
have to be copied to your Mac OS X system) in the development environment for
those projects. iOS – Xcode Android – Eclipse Windows Phone – Visual Studio |
3 |
Running the application Running the starter application involves: a. Running the web application: Run this and it will
launch itself though an utility (SharpProxy) that will allow for external
clients (other computers, phones, tablets) to connect to the local web
server. b. Run the native application project: Run any of the 3
native application projects and you should be able to see the web application
hosted within the simulator. |
Please let us know if you need additional information about
further steps (we will also work on them proactively and post them in the documentation).
Regards,
Davis
Hi IKram,
Thanks for your response. Please get back to us if you have
any concerns.
Regards,
Ponmalar P
Hi Krishnaveni,
We are not able to reproduce the issue you mentioned that the tab is disappearing while navigating to next view. For your additional reference we have attached the sample hereby. Please go through the sample and let us know if this helps out.
Thanks,
Thivya.
Hi Krishnaveni,
Thanks for your patience
We have created the Orubase sample for recording and playing
the audio and video. Please check the attachment for the sample.
Please let us know if you have any queries
Regards,
Ponmalar P
if (basestring != null)
{
byte[] binaryData = Convert.FromBase64String(basestring);
string filename = "sampleaudio." + filetype;
string path = HttpContext.Request.PhysicalApplicationPath + filename;
System.IO.File.WriteAllBytes(path, binaryData);
return Json(filename, JsonRequestBehavior.AllowGet);
}
Hi Krishnaveni,
Thanks for your patience
Please check the responses for your queries
Query: Action link with argument
We are not able to reproduce the issue. Could you please update us with details to reproduce the issue?
Query: Webcam to capture video and base string is empty issue
We have checked the reported issue "Base string is empty" and we are not able to reproduce the issue. Please give us more details to reproduce the issue. We can use Webcam to capture the video with our Orubase.
Query: Uploaded audio is not played in browser with .wav format
We have checked the reported issue and we are able to capture the audio using Orubase API and we can play this recorded audio in all browsers. Please give us more details to reproduce the issue.
Query: How to convert .wav file to .mp3?
Please check the below code snippet. We can specify the file type that you want, in the below code.
[HttpPost]
public ActionResult Capture(string basestring, string filetype)
{
filetype="mp3"; // Here we can specify the audio file format
byte[] binaryData = Convert.FromBase64String(basestring);
string filename = "sample." + filetype;
string path = HttpContext.Request.PhysicalApplicationPath + filename;
System.IO.File.WriteAllBytes(path, binaryData);
return Json(filename, JsonRequestBehavior.AllowGet);
}
Please let us know if you have any queries
Regards,
Ponmalar P
Hi Krishnaveni,
Thanks for your patience.
We have checked the issues with audio/video upload and we unable to reproduce the issues. We have attached the videos in the below link to capture the audio/video and play in all browsers. Before start to Capture please check the following,
https://s3.amazonaws.com/files2.syncfusion.com/Newsletter/Videos/AudioVideoUpload-Tutorial.zip
Please provide us any videos to reproduce the issue if the issue is not resolved
Please let us know if you have any queries.
Regards,
Ponmalar P
Hi Krishnaveni,
Sorry for the inconvenience caused
We will analyze on the “MediaRecorder start failed – 19” error with capture video and we will update you the status on 1st Feb, 2013.
Please let us know if you have any queries
Regards,
Ponmalar P
Hi Krishnaveni,
Thanks for your patience.
We have analyzed about "Media Recorder start Failed -19" issue. Most of the Android Emulator will not support the Media Recorder. In this scenario Media Recorder will not be initialized. This is the cause for getting an error. We can try this by setting SD card size or by selecting any other targeting device in Emulator. The application crash issue due to this, is fixed and it will be available in our next Orubase release.
Please let us know if you have any queries
Regards,
Ponmalar P
Hi Lutz,
As per the update in incident 105651, the issue was related
to the product version you were checked from your end and also the issue
resolved in latest Orubase version 69.
Please let us know if you have any further queries.
Regards,
Thivya.
Hi Krishnaveni,We have prepared the tutorial for creating the simple Orubase application. Please find the attachments for tutorial and sample.Please let us know if you have any queries,Regards,
Ponmalar P
Tutorial_21cb94d2.zip