mobile-website Questions

12

Solved

How to detect a long touch pressure with javascript for android and iphone? native javascript or jquery... I want something that sound like : <input type='button' onLongTouch='myFunc();' /&gt...
Lully asked 26/5, 2011 at 13:26

5

Solved

In mobile device, when I open my page and select an inputbox, the virtual keyboard is open, and I want to catch this event to do my job. Is there any event handling defined in mobile browser to ac...
Connie asked 13/12, 2017 at 16:47

5

I know there have been multiple SO questions about this, but none of them seem to work anymore since the browser teams have made changes since those questions were asked. I'm trying to find the mos...
Jeseniajesh asked 2/1, 2023 at 19:26

5

This is not a "mobile" website. It is regular HTML/CSS. Is there a way I can force mobile devices to popup with the numeric keyboard when they focus on my textboxes?
Signac asked 20/1, 2011 at 20:1

10

Solved

A mobile website can be customized to allow users to share a pre-filled message in WhatsApp to a manually chosen contact. As given here it is done using Custom URL Scheme. An example: <a href="...
Bortman asked 23/3, 2015 at 19:6

15

I'm having an issue where horizontal scrolls appear on certain phones for my site. I tried to put overflow-x: hidden but it's not working. The width is auto, so that it will actually automatically ...
Burglarious asked 16/11, 2010 at 8:30

12

Solved

I want to disable Pinch and Zoom on Mobile devices. What configuration should I add to the viewport ? Link : http://play.mink7.com/n/dawn/
Impulsive asked 27/7, 2012 at 14:1

6

Solved

Is there a way to get the name of a mobile device (e.g. "John's iPhone" ) using javascript? Maybe I wasn't very clear... what I meant is not whether it's an iPhone, iPad etc. but the "device nam...
Partheniaparthenocarpy asked 13/8, 2012 at 8:10

3

Solved

I've created a mobile-friendly web site with jQuery Mobile and added some meta info so that it should be pinned to iOS and Android homescreens and should be launched as a web app (in other words: i...
Fuzz asked 9/1, 2014 at 11:20

1

Facing an issue with opening a deep link into my app when the web page containing the deep link is opened from the Gmail built in browser. Deep link works fine if I open the web page containing the...
Euphonize asked 23/1, 2019 at 20:32

22

Solved

In the styles.css, I am using media queries, both of which use a variation of: /*--[ Normal CSS styles ]----------------------------------*/ @media only screen and (max-width: 767px) { /*--[ Mo...
Evasion asked 22/10, 2011 at 11:58

12

Solved

I currently set the title attribute of some HTML if I want to provide more information: <p>An <span class="more_info" title="also called an underscore">underline</span> character...
Buchheim asked 21/9, 2012 at 19:52

7

I've been looking for a way to open a native iOS app from the browser. I found a decent solution here: Is it possible to register a http+domain-based URL Scheme for iPhone apps, like YouTube and Ma...
Candlelight asked 31/10, 2013 at 8:37

1

I'm creating this landing page that's supposed to be triggered by a captive portal. on my landing page, there's a button to trigger open a <video> element which is then used to scan the QR co...
Lorie asked 3/12, 2018 at 9:56

15

I'm working on an iPad-based web app, and need to prevent overscrolling so that it seems less like a web page. I'm currently using this to freeze the viewport and disable overscroll: document.body...
Jemine asked 19/4, 2012 at 23:4

9

Is it possible to detect on my page, for example using Javascript, when user visit it using mobile device in portrait mode, and stop orientation changing when user rotate its phone to landscape? Th...
Cavit asked 17/8, 2010 at 10:37

2

Solved

I am creating a hybrid desktop/mobile website that all share the same pages, aka I do not have two separate URLs for desktop and mobile. I am trying to get Facebook links to open in the native Face...
Catalonia asked 8/3, 2014 at 21:13

4

Solved

I was wondering if someone has already solved this. I have a SpringMVC app and we are adding support to WebKit type mobiles (iPhone and Android basically) so I was wondering someone has found an el...
Amenra asked 1/9, 2010 at 16:26

4

Solved

I'm working on a mobile phone web app and I have several text fields that could benefit from <input type="tel"/>. iPhones will adjust the keyboard for the user, but I'm worried about breaking...
Chercherbourg asked 11/5, 2010 at 19:55

2

Solved

Trying to get a JavaScript reference/promise to a MediaStream returned from MediaDevices in HTML5 and WebRTC. JavaScript here is run on Chrome and Safari on iOS and Android. navigator.mediaDevice...
Mopboard asked 15/6, 2017 at 20:51

4

Solved

It seems like most (if not all) QR readers on my iPhone handle URLs without the http:// just fine but I was wondering if that is universal? Android? BlackBerry? Is there an RFC somewhere that I sho...
Angary asked 15/11, 2010 at 17:0

8

I have a full-screen game in HTML+JavaScript, which uses the arrow keys as primary controls. This cannot be used on keyboardless Android devices (I haven't tested on iOS), and even if the soft keyb...
Halibut asked 14/1, 2011 at 21:3

2

Solved

Adding whatsapp share button on website, for iOS8. I am using the following: <spanid="whatsapp_share_android"> <a href="whatsapp://send?text={{my_meta.og_title.value}} - http://{{ reques...
Acronym asked 16/2, 2015 at 12:43

3

Solved

Question: Is it possible, with some sort of technology, to integrate voice recording into a mobile web application? Some background: I have been working on a mobile web application just for my o...
Roddy asked 21/2, 2012 at 2:53

4

So I currently have a website that loads two different versions depending on screen size: one for desktop and one for mobile. For some reason, the images that I display on the desktop version of my...
Edelstein asked 28/11, 2019 at 13:5

© 2022 - 2024 — McMap. All rights reserved.