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
0
votes
0 answers

How to make Google Recaptcha work in UC Browser?

For a project, I implemented Google Recaptcha V2(with image selection). I am able to use Google Recaptcha in every other browser, except in UC browser mobile. sample code(html):
codewiz
  • 493
  • 1
  • 7
  • 20
0
votes
1 answer

Automation Test - Android adb connect to UC browser

I'm working on E2E automation testing on opening a local website in different mobile browsers. I'm using testcafe automation tool and it will generate a testing url with all automated cursor moves, clicks and screenshots. It works very well on…
Yan Wang
  • 3
  • 1
0
votes
0 answers

browser player overlaps hamburger menu

Certain browsers like Xiaomi MI browser or UC browser on Android play website videos in their own video player. This is causing issues with hamburger menu of the site as it is going behind the player. I have tried to increase the z-index of the…
VishwaKumar
  • 3,433
  • 8
  • 44
  • 72
0
votes
0 answers

componentWillReceiveProps being called on first render in UC browser

I have an implementation of single page application using React, React router and Redux. It uses universal rendering. There is a React component ArticleListComponent which displays a list of news articles. On clicking the back button of the mobile…
0
votes
1 answer

Using camera device (WebRTC API) in UC android browser

we are developing web application which should use camera device (WebRTC standard) for reading QR codes and we are serious issue in UC Android browser. Here is example of our app https://www.publicstaticvoidmain.cz/qr/ It works well in most common…
0
votes
0 answers

UC browser not sending httponly cookie for websocket calls

I am using websockets to communicate to server to avoid ajax polling as its taking upto 3-4 minutes to serve the request. At server I need session information to serve the request but the problem I faced on UC browser(Android, iphone) is that it is…
0
votes
1 answer

Set height of background image in uc browser

I have problem with css on uc browser. .note-sec { padding-bottom:50px; background:url(../img/4.jpg) no-repeat 50% 50%; background-attachment:fixed; -webkit-background-size:cover; …
wawan Setiyawan
  • 371
  • 7
  • 21
0
votes
4 answers

Flex box is not working

I used display:flex; in every css file of my site but now it is working fine in google chrome but in UC Browser(phone) it is not working.It is just skipping flex and showing items vertically.How can i correct this without changing the full coding of…
Mohit Yadav
  • 471
  • 8
  • 17
0
votes
1 answer

My website is not working in android uc browser

this is my website http://vegidelivery.com/silver-mart/ products are not loading, and '+' button in side menu is not working , it working fine in other android browsers like chrome and Firefox, i am not able to understand , what is happening in uc…
0
votes
4 answers

How to disable UC browser news feeds?

On the latest update of UCBrowser ( V11.0.0.828 ) android lots of annoying news feeds are there. Is there any way to disable it?
digiwizkid
  • 791
  • 2
  • 14
  • 28
0
votes
0 answers

Retrieving UC Browser history

I'm trying to retrieve the history of a few browsers (on API <= 22), and while the history of default browsers & Chrome is available through the following code, UC Browser's data in unavailable: String[] columns = new String[] {…
Neria Nachum
  • 1,519
  • 1
  • 20
  • 37
0
votes
1 answer

How to programmatically disable caching when user goes back in UC Browser?

UC Browser loads a saved page when user clicks on back button. I want previous page to refresh on back button action so that controls such as checkboxes get restored to default state. I want to control it programmatically in HTML or JavaScript. Can…
Sachin Singh
  • 898
  • 1
  • 8
  • 17
0
votes
1 answer

Text decoration underline property is not working UC browser

In UC browser text decoration underline is not working h3 {text-decoration: underline;}
Ramkumar Ramaraj
  • 81
  • 1
  • 3
  • 14
0
votes
1 answer

Getting Client IP Address UC Browser and Opera Mini

I want to get the client's IP address with PHP. It is giving the client IP address except in UC Browser and Opera Mini. Can anyone help me to get the IP address from these two browsers. Thanks
coder
  • 283
  • 4
  • 26
-1
votes
1 answer

localhost: Some bootstrap styles not working in Chrome, but still working in UC browser

I am doing a CMS project in php. The site has two parts: Admin panel and Home. Everything was alright but suddenly my pc ran into a problem and restarted automatically, after that when I started my site using localhost, certain bootstrap and css…