anong android version yan gamit mo na phone?bat baliktad yung tinatype ko pag nag sesearch boss
New Updates:
Gesture Video Fullscreen - Swipe up to fullscreen and Swipe Down to exit fullscreen.
Sync with Host – when the remote device disconnects (e.g., goes to sleep, gets locked, or loses connection), a “Syncing with Host” loading window appears to help reconnect the remote to the host.
Tooltip Font Size Increase – ensures the text remains clearly visible even when the karaoke host is at a distance.
QR Code Display Improvement – the QR code appears instantly upon opening or viewing.
Yes po for mobile and tablet po.. parang sa Youtube app, pag nagswipe up ka sa video player, magfufullscreen siya..What does this gesture function po? In mobile, po ba e swipe?
if using smart tv, sa mobie nlng mag swipe?Yes po for mobile and tablet po.. parang sa Youtube app, pag nagswipe up ka sa video player, magfufullscreen siya..
hindi po, for karaoke host lang po siya if phone or tablet ang gamit.. hindi po sa remote.if using smart tv, sa mobie nlng mag swipe?
enjoy lang lods.. thanksThanks dito me pang fiesta na kami....
Sana po pg me update.... Is sa app nlng po... Maraming salamat po
const safeTitle = song.title.replace(/'/g, "’").replace(/"/g, """);
const safeTitle = song.title.replace(/('|')/g, "’").replace(/("|")/g, """);
Sa anong bug ito lods, AI kasi ang programmer ko kaya di ako aware sa coding.. try ko ipacheck.Minor code bug on safe string, my nakakalusot parin na single qoute.
Fixed:Code:const safeTitle = song.title.replace(/'/g, "’").replace(/"/g, """);
Code:const safeTitle = song.title.replace(/('|')/g, "’").replace(/("|")/g, """);
Tinatry ko pa din ifix hanggang ngayon..ts baliktad ang letrang lumalabas sa search, using android 14
Sa anong bug ito lods, AI kasi ang programmer ko kaya di ako aware sa coding.. try ko ipacheck.
[Hidden content]