Questions tagged [uc-browser]

UC Browser is a mobile browser developed by Chinese mobile Internet company UCWeb (also known as UC Mobile). Originally launched in April 2004 as a J2me-only application, it is available on platforms including Android, iOS, Windows Phone, Symbian, Java ME, and BlackBerry.

UC Browser is a mobile browser developed by Chinese mobile Internet company UCWeb (also known as UC Mobile). Originally launched in April 2004 as a J2me-only application, it is available on platforms including Android, iOS, Windows Phone, Symbian, Java ME, and BlackBerry.

With a huge user base in China, strong adoption in India and continued growth in emerging regional markets, UC Browser reached 500 million global users in March 2014.

The browser uses cloud acceleration and data compression technology. UC Browser's servers act as a proxy which compresses the data of web pages before sending it to users. This process helps load web content faster. The browser can adapt to different network environments and support multi-file format downloading. In addition, UC Browser has HTML5 web app and cloud syncing features.

UC Browser is available on several smartphone and feature phone platforms, but Android represents the largest user-base for the company, with 300 million of its 500 million total on Google's mobile OS.

47 questions
14
votes
2 answers

Overlap div over html5 video player issue in UC browser

Is that possible to overlap div element over HTML5 video player in UC browser.
Jitender
  • 7,593
  • 30
  • 104
  • 210
8
votes
2 answers

How can I inspect element in a UC Browser in Android Phone on my machine?

When I use UC Browser for desktop my mobile view working fine. But when I use UC Browser Mobile App and open my site .. It breaks and take more them for loading. I just want to inspect remotely UC Browser Mobile app FORCSS/HTML javascript Example…
HaRsH
  • 313
  • 3
  • 15
7
votes
1 answer

What WebDriver is the correct one to use to test for UC Browser

UC Browser is popular in China and India. There does not appear to be a Selenium WebDriver to use with it. What is the closest alternative?
Alex Collins
  • 980
  • 11
  • 23
6
votes
0 answers

How to inspect element in Android Phone using UC Browser?

I need to inspect DOM in Mobile UC Browser. I also tried Desktop UC Browser like chrome inspector with this link ucbrowser://inspect/#devices, but it is not working. Is there any other solution?
4
votes
1 answer

How UC Browser's cloud acceleration works?

I am searching for documentation related to the cloud acceleration feature of UC Browser, but can't find any useful resource. Chrome's data saver feature is documented well. Is there any similar document that explains the UC Browser's cloud…
Hamid Sarfraz
  • 1,089
  • 1
  • 14
  • 34
3
votes
0 answers

Why does audioConext fail on UC Mobile

We have a requirement to make a web app that works on UC mobile for Android (as well as chrome but we have that working). We need to record audio so we can send it back to our web server. However even though getUserMedia is supposed to work on UC…
Thor Russell
  • 119
  • 1
  • 2
  • 12
2
votes
2 answers

Bootstrap 4.00 grid System not working in UC Browsers

I am new in Bootstrap and developed a web page using bootstrap,My page works fine pc/laptop browsers but when i use uc browser my grid layout does not work .is there any way to fix this? heres my code:
Shiba Das
  • 350
  • 4
  • 12
2
votes
0 answers

Javascript: How to detect UC Browser?

I am creating website, in which I want to know user if user is using UC Browser or not? I tried the solution suggest in this link, but it's not working. So I print userAgent and in UC it is something like this So I used…
yajiv
  • 2,901
  • 2
  • 15
  • 25
2
votes
1 answer

Two DIVS keep distance when overlaps each other

I have two DIVS which html code is given function collision($div1, $div2) { var x1 = $div1.offset().left; var y1 = $div1.offset().top; var h1 = $div1.outerHeight(true); var w1 = $div1.outerWidth(true); var b1 = y1 + h1; var r1 = x1 +…
2
votes
1 answer

hyperlink is not working in android UC browser

I am stuck with one problem. I am trying to open android app on hyperlink which is placed in my website. Below is the…
Milan Sheth
  • 884
  • 12
  • 11
2
votes
0 answers

Detect UC Browser as well as browsers with partial support of flexbox

I'm using css flexbox for a grid-view and Modernizr for detecting browsers that do not support flexbox. But it seems that Android UC Browser does not understand flex-wrap: wrap; (it displays all items in one row) and at the same time uses styles…
Julia
  • 1,301
  • 1
  • 14
  • 29
2
votes
0 answers

Website layout distorted on Uc mini

We're trying to test our website for compatibility on different browsers. So, we are facing problems while testing with UC mini browser. The website looks fine when the speed mode is off. But with speed mode on, the website is really distorted. The…
Ashish Ranjan
  • 5,523
  • 2
  • 18
  • 39
2
votes
2 answers

Debugging UC Mini browser

I am doing a web application. While trying to open the webiste on UC mini browser in data saving mode from my mobile device the css styles are not getting compiled.Is there any way to debug? Thanks in advance.
Aswin Sathyan
  • 283
  • 4
  • 19
2
votes
2 answers

How to style/customize a select dropdown in the UC Browser

I have 2 inputs select dropdown who looks perfect in all the main browsers. I have to make it work with the UC Browser, but I'm stuck with the default appearance of the input that doesn't event respect the width applied to it. I'm asking help…
1
vote
0 answers

Is there a way to debug pages in UC Browser on iOS?

I have markup issues in my project in UC Browser from App Store but I have not found way to connect to Developer Tools. Is there a way to connect some devTools( Chrome, Safari, etc) to mobile device?
Yurii Kovalenko
  • 419
  • 3
  • 10
1
2 3 4