🖥️ Smart TV DexSing Karaoke Pro - Your Personal KTV Companion (apk) | Supports Android 8 to 16 | Android TV

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.​

 

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.​


What does this gesture function po? In mobile, po ba e swipe?
 
Minor code bug on safe string, my nakakalusot parin na single qoute.
Code:
const safeTitle = song.title.replace(/'/g, "’").replace(/"/g, """);
Fixed:
Code:
const safeTitle = song.title.replace(/('|')/g, "’").replace(/("|")/g, """);
 
Minor code bug on safe string, my nakakalusot parin na single qoute.
Code:
const safeTitle = song.title.replace(/'/g, "’").replace(/"/g, """);
Fixed:
Code:
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.
 

About this Thread

  • 371
    Replies
  • 6K
    Views
  • 118
    Participants
Last reply from:
rejironuwaro

Trending Topics

Online now

Members online
362
Guests online
2,274
Total visitors
2,636

Forum statistics

Threads
2,298,169
Posts
29,121,206
Members
1,203,254
Latest member
binzzzzz
Back
Top