Posts by Luan Duarte • 26 points
2 posts
-
1
votes1
answer12
viewsA: How to insert sounds in a hybrid app?
Good afternoon, yes, it is possible using the HTML audio tag. You need to specify a url, or the path of the file you will play. You can hide the player using display: None. As for playback, you can…
hybrid-appanswered Luan Duarte 26 -
-1
votes1
answer96
viewsQ: How to build a checkbox list from an array?
You guys talking, Blz? I am a beginner in web programming and am doing a hybrid application for mobile devices, I would like to know how to fill a list with the name of an object and its id inside…