🖥️ 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

  • 365
    Replies
  • 6K
    Views
  • 116
    Participants
Last reply from:
astigeek

Online now

Members online
628
Guests online
1,293
Total visitors
1,921

Forum statistics

Threads
2,286,430
Posts
29,037,723
Members
1,217,946
Latest member
vov12344
Back
Top