/* Add custom Js code below */ document.addEventListener("DOMContentLoaded", function () { // Check if the URL includes '/mobileapp' if (window.location.pathname.includes("/mobileapp/page-2066317811")) { // Define store URLs const appleStoreUrl = "https://apps.apple.com/sa/app/%D8%B1%D9%88%D8%B2%D9%8A%D9%87-%D8%A8%D9%88%D8%AA%D9%8A%D9%83-rose-boutique/id6741566606"; // Replace with actual Apple Store URL const googlePlayUrl = "https://play.google.com/store/apps/details?id=com.roseaboutique.app"; // Replace with actual Google Play URL // Detect user's platform const userAgent = navigator.userAgent || navigator.vendor || window.opera; if (/iPhone|iPad|iPod/i.test(userAgent)) { // Redirect iOS users to Apple Store window.location.href = appleStoreUrl; } else if (/android/i.test(userAgent)) { // Redirect Android users to Google Play window.location.href = googlePlayUrl; } else { // Display links for desktop/laptop users //document.getElementById("app").innerHTML = ` //
Download our app:
// Download on the App Store