About 3,530,000 results
Open links in new tab
  1. mobile - Best way to build native applications with JavaScript?

    What is the best (your favorite) framework to develop native mobile applications with web client side (HTML / JavaScript / CSS)? How easy is to build and maintain those applications in …

  2. javascript - Detecting a mobile browser - Stack Overflow

    Jul 8, 2012 · I'm looking for a function that returns a boolean value if the user is using a mobile browser or not. I know that I can use navigator.userAgent and write that function by using …

  3. android - How to open mobile app after clicking a button in …

    Jul 11, 2022 · How to open mobile app after clicking a button in mobile browser (using javascript / react) [Deep Linking] Asked 3 years, 6 months ago Modified 3 years, 5 months ago Viewed …

  4. How to open a native iOS app from a web app - Stack Overflow

    Apr 20, 2012 · 31 Summary I have an app with a correctly functioning URL scheme that I'd like to launch from a web app stored on the home screen, and the normal JavaScript redirect …

  5. How to hide a mobile browser's address bar? - Stack Overflow

    Safari and Chrome on mobile devices both include a visible address bar when a page loads. As the body of the page scrolls, these browsers will scroll the address bar off screen to give more …

  6. html - How to open a mobile or desktop app with JavaScript from …

    Jan 30, 2023 · How to open a mobile or desktop app with JavaScript from the browser? A perfect example of what I want to achieve is what Whatsapp and Telegram do when they manage to …

  7. javascript - Deeplinking mobile browsers to native app - Issues …

    I have a webpage, lets call it entry.html. When a user enters this page, a javascript code (see below) is attempting to deep-link the user to the native iOS / Android app. If the deep-link fails (

  8. How to detect a mobile device with JavaScript? - Stack Overflow

    Jul 12, 2011 · I have been asked to create an actual HTML page / JavaScript to simulate detection of the mobile devices (iPhone / iPad / Android) using JavaScript code. This will then …

  9. Open an app (iOS/Android) via JavaScript, with a fallback redirect …

    Dec 13, 2016 · Due to security constraints detecting if an app is installed is troublesome without webview cookie magic. Given that, what would be the best approach to try and open an app …

  10. javascript - HTML Drag And Drop On Mobile Devices - Stack …

    Jul 3, 2010 · When you add drag and drop to a web page using JavaScript, such as jQuery UI draggable and droppable, how do you get this to work when viewed via a browser on a mobile …