Category: myJodoh

How to add “Add to Homescreen” popup in web app

Step 1: Create service worker file create a blank service-worker.js file in your root folder. And put the below code in your html page, before closing </html> tag. <script> if (‘serviceWorker’ in navigator) { console.log(“Will the service worker register?”); navigator.serviceWorker.register(‘service-worker.js’) .then(function(reg){ console.log(“Yes, it did.”); }).catch(function(err) { console.log(“No it didn’t. This happened:”, err) }); }</script> Step 2: Create […]

Read More →

Bug Fixed : URL di dalam email Jelita / Jejaka Pilihan

Symptoms Setiap hari sistem myJodoh akan menghantar emel yang mengandungi calon-calon yang sesuai ( atau yang menurut pilihan pengguna). URL yang dibekalkan di dalam email tersebut apabila diklik akan memaparkan : pengguna telah keluar dari myJodoh (unsubscribed) maklumat diri pengguna sendiri .. Solutions Ia telah diperbaiki. Pengguna akan diminta login terlebih dahulu sebelum sistem memaparkan […]

Read More →

bug fixed : Pengesahan Alamat Emel : www.myjodoh.net

Assalamu’alaikum …. Tanda-tanda : Pengguna tidak boleh mengakses myJodoh dan diminta mengesahkan sekali lagi alamat emel. Kebanyakkannya pengguna alamat emel Yahoo. (yahoo.co.uk, yahoo.com.my, yahoo.co.sg … dan yahoo) Sebab : 1. myJodoh telah mengemaskini script penghantaran emel. Sebelum penghantaran server myJodoh akan menyemak penerimaan oleh server penerima (Yahoo, Gmail, Hotmail dan lain-lain) .. 2. Jika berlaku […]

Read More →