mobile-browser Questions

2

Both SSE (Server Sent events) and Websockets allow real-time messaging from a server to a client. Do these stream protocol work when the browser is in the background and another programs are in fo...

2

Solved

I would like to have an image as background and also a CSS linear gradient : background-image: url("/site/grigliatrasparente.png"), linear-gradient(left, #404040 0%, #dfbb80 2%,#dfbb80 98%,#404040...
Gregoire asked 3/3, 2016 at 16:52

1

Solved

When I've opened my site in chrome mobile v48, I've found that box-shadow: 1px property behaves weird: the width of the shadow is floating from side to side and ain't the same. I assume it because ...
Spleenwort asked 26/2, 2016 at 21:46

5

Solved

I have this code: Button bluehost = (Button)findViewById(R.id.bluehost); bluehost.setOnClickListener(new Button.OnClickListener() { public void onClick(View v) { Intent browserIntent = new Inte...
Attrahent asked 2/1, 2016 at 2:48

2

I can able to find UniqueId,Serial,IMEI,OS and IP Address from Android Mobile Native Application. But, I could not able to find the above device information via mobile browser app, which wi...
Swirsky asked 21/12, 2015 at 13:15

2

I try to play some mp3 files via the html5 audio-tag. For the desktop this works great (with Chrome), but when it comes to the mobile browsers (also Chrome (for Android)), there seem to be some dif...
Hie asked 30/4, 2013 at 23:27

2

Lightbox is awesome on the pc. However, the situation is: I've been getting various complaints from Android and iPhone owners about Lightbox on their mobile devices about how they are unable to z...
Springhead asked 11/10, 2012 at 5:32

4

I'm trying to solve an issue with css "position:fixed" property on mobile browsers. I have a fixed div: <div id="logo"> ...other content here... </div> with css: #logo{ position: f...
Atbara asked 4/10, 2014 at 14:14

1

Solved

I am creating a HTML5 music website for mobile users.The goal is to get it running completely in mobile browsers.. The issue is that when a user selects a track to play, they are taken to the "play...
Validity asked 26/9, 2014 at 18:28

0

I have an android tablet Samsung Galaxy Note 10.1 2014 Edition, which offers the screen resolution of 2560 x 1600 pixels. I've installed Android's FireFox browser on my tablet and when I run a ja...

5

Solved

Can we have add-ons(FireFox) or extensions(Chrome) in the mobile browsers like how we are using them with web browsers. Can we do the following things: Install an extension or plugin or add-on in ...

2

Solved

I have created an app an that can be accessed by the desktop browser by following link like "https://apps.facebook.com/APP_NAME/". While I am running facebook on android mobile on google chr...

2

Solved

I have developed a website using asp.net web developer 2010. I would like to redirect to different page if the site is accessed from mobile browser. And, different functionality for windows/mac/lin...
Bushey asked 5/11, 2013 at 11:41

1

I am writing some code with Javascript just like this: var el = document.getElementById('some-div'); el.ontouchstart = function(e){ el.innerHTML = "touch start"; }; el.ontouchend = function(e...
Filling asked 1/5, 2013 at 8:33

1

Solved

Possible duplicate: Change CSS of selected text using Javascript I tried the code from above link but not getting the result for iPad browser to highlight the selected text. function makeEditable...
Hallux asked 17/12, 2012 at 9:55

1

Solved

I am hoping there might be some way of detecting whether or not an uri:scheme is registered on a mobile device from within the browser. IE: I'd like to check if the facebook, twitter, pinterest ap...
Weeper asked 3/12, 2012 at 0:19

4

Solved

I'm curious to know how to check for iPhone, iPad and other mobile browsers.(JavaScript or CSS) Edit: Not user agent string, please. That can be faked. Possible Dupes: Auto detect mobile b...

3

I'm going to use a method to let user that use mobile browser to send the code of the product they want by SMS. Currently I use something like: <a href = 'sms:7xxxxxx?body=product-number23xx'&g...
Wilde asked 27/6, 2012 at 6:38

2

Solved

<style type="text/css"> .hidden-image-container { display: none; } </style> <div class="hidden-image-container"> <img src="lulcats.png" /> </div> I'm mainly inte...
Implant asked 23/1, 2012 at 12:5

3

Solved

I was wondering if html5 is supporting touch functionality on a mobile device native? So we don't have to make an native app for iOS/Android/WP7 but can make an html5 page which loads in the mobile...
Duffel asked 23/5, 2011 at 15:19

4

Solved

I would like to add value to my website that I have developed at the moment so that user can check on their mobile phone. My questions: Should I make different template for mobile version and fu...
Gaffney asked 11/10, 2009 at 15:52

3

Solved

I know most mobile browsers don't support javascript, how can I check this?
Ailanthus asked 26/7, 2010 at 15:27

© 2022 - 2025 — McMap. All rights reserved.