Posts with tag: webdev

  • Create Share Links To Mobile Apps Like Whatsapp and Messenger

    Create share links on your website to Whatsapp and Messenger on mobile

    When sharing content on mobile people want to share with their peers over their favourite messaging app. These days that’s Whatsapp and Messenger. I’ll show you how to create links to Whatsapp and Messenger from your website and how to hide them on desktop where the apps aren’t available.
  • Easily Hide DOM Elements By Platform With CSS

    Hide website DOM elements depending on the user's platform (desktop, mobile) using only CSS

    Sometimes certain parts of a website only work on a certain platform. Mobile deep links are a good example of this; certain deep links can’t be handled on desktop. Use this CSS technique to hide Document Object Model (DOM) elements from the user based on whether they are on mobile...