Questions tagged [mobile-chrome]

Chrome mobile is Google's browser for mobile phones. It is available on android and iOS

204 questions
0
votes
1 answer

Dimension size = driver.manage().window().getSize() not working on android device

I am receiving this error: Platform = Android, Browser = chrome org.openqa.selenium.WebDriverException: unknown error: operation is unsupported on Android (Session info: chrome=68.0.3440.91) (Driver info: chromedriver=2.30.477690 I am running…
0
votes
0 answers

Rails app follows controller action except on mobile browsers, where it tries to turn the POST into a download

My Rails 5 app makes four API calls and displays the results on the show page. I have button_to in place that calls an Ajax POST request on the show page so users can vote on their favorite. This triggers some JS, which works fine in dev and…
0
votes
1 answer

How to troubleshoot no "kinetic" scrolling on mobile browsers?

I have a web app using React and the "kinetic" scrolling in mobile Chrome/Safari does not work. Not sure if that's the correct term, but when I flick up or down, the scrolling stops immediately rather than continuing and gradually slowing down and…
Troy Carlson
  • 2,965
  • 19
  • 26
0
votes
1 answer

How to set the device metrics parameters for chrome mobile emulator in selenium?

I am trying to automate the mobile emulator that chrome provides in selenium, however, the issues that I am facing at the moment are that the browser opens up with the wrong device metrics, I am trying to set the height and width specifically but…
0
votes
1 answer

JavaScript doesn't work for versions higher than Chrome mobile 45

I'm dealing with JavaScript that doesn't seem to work on versions higher than Chrome mobile 45. I wasn't able to find what is happening when debugging, but I'm thinking a method might be deprecated. Anyone have a clue about what approach to use, or…
Baldie47
  • 1,148
  • 5
  • 16
  • 45
0
votes
2 answers

Click/touch img to fadeToggle div not working in chrome mobile on pixel

just like the tittle says. It works several OS and all the iPhone range, several browsers, but testing it on my Pixel using chrome it does not work. Using my phone it works with opera mini and firefox. HTML:
João Sequeira
  • 157
  • 3
  • 12
0
votes
1 answer

How to fix bug in mobile chrome about position fixed.And difference between firefox and chrome

In mobile version firefox everything works perfect.In chrome have bug with fixed positioning.When i scroll the header must change absolute to fixed and height 65 to 35 pixels.But its flickering. Im novice in web development.And its my first static…
Randall
  • 2,414
  • 3
  • 35
  • 63
0
votes
0 answers

How to find actual mobile device or chrome desktop mobile emulator

I am using cordova and I want to execute/block some function depending on its device. How can I find the details. What I tried? I am searching lot and find a solution for it but it is not worked the link is How to detect if a mobile device is…
Merbin Joe
  • 121
  • 1
  • 15
0
votes
2 answers

Can browser relaunch Web App Install Banner (chrome add to homescreen) after dismissing it?

Docs about heuristics of displaying Web App Install Banner only describes this conditions Has a web app manifest file with: a short_name (used on the home screen) a name (used in the banner) a 144x144 png icon (the icon declarations must include…
0
votes
1 answer

Openlayers 3 unable to fire click event on Android mobile phone

After hours of research and testing, I am experiencing a change in behavior in Openlayers 3 on Android phone devices using Chrome. The problem may be seen here: http://openlayers.org/en/latest/examples/popup.html?q=popup. Try and open the page in an…
MichaelG
  • 652
  • 1
  • 10
  • 17
0
votes
1 answer

overflow:scroll not showing a disabled scroll on Chrome Mobile

When I set overflow: scroll to a div, I'm expecting to have a scrollbar even when the content doesn't scroll (for design purposes) but when there's no need to scroll, chrome mobile hides the scrollbar anyway. .div-scroll{ background-color:…
Lucas
  • 534
  • 1
  • 10
  • 29
0
votes
0 answers

AngularJS ng-click doesn't work with mobile chrome browser

I have a problem with ng-click. On my desktop computer, erverything works fine. But when I try the same on my android mobile phone the ng-click doesn't work. Strange is, that it works with the standart browser from android, but with chrome it…
Tobi
  • 48
  • 4
0
votes
1 answer

How to list a hybrid app in mobile chrome share option?

I'm building a hybrid app using Apache cordova.I need my app to list in the google chrome(mobile) share option to share the current url to my app.how can i make this possible? helps would be greatly appreciated.
Vivekraj K R
  • 2,418
  • 2
  • 19
  • 38
0
votes
1 answer

How to auto-login website in chrome-mobile with saved password on a Android tablet

Know anyone a why or app to autologin in a website on google chrome mobile [android tablet]? Chrome is auto-filling the credentials, but dont log in in until with click login. How to automate? I have a autostart app, which start chrome and a…
Provie9
  • 379
  • 2
  • 14
0
votes
2 answers

Why won't Chrome for Mobile redraw my fixed header?

I have a header which I would like to control the visibility of while scrolling. When scrolling down the page, the header should operate as any element would. When scrolling up the page, regardless of page position, I would like to show the header…
Benjamin Soddy
  • 557
  • 1
  • 6
  • 22