Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to import an audio file into my app

Hello Shubham, sure this is possible and easy to do the same way as it described here: https://blog.appery.io/2015/09/learn-...

For the App UI use Audio component in the builder.

Image

Upload your audio file in Appery.io Database Files collection, import Database service into your app and invoke this service on event in your app.

The mapping will look like this:

Image

and as a JS code in the mapping use following:

pre
codereturn "https://api.appery.io/rest/1/db/files/xxddxxa0xxb0xx65xx00xxdc/" + value;/code
pre/pre/pre

Shubham Pareta
Posts: 0
Joined: Thu Aug 14, 2014 2:08 am

How to import an audio file into my app

I understand this is for jquery app what about ionic app? I don’t see any component for ionic apps platform

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to import an audio file into my app

For Ionic use HTML component with audio element: https://developer.mozilla.org/en-US/d...

Return to “Issues”