Skip to main content

Questions tagged [android-browser]

The web browser used on older (pre 4.4) and non-Google experience versions of Android, based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine

android-browser
0 votes
0 answers
46 views

Can we send back data from App to Chrome in previous opened Tab?

I have made a payment app in Java Kotlin. My requirement is that a webpage can call my app for payment then after successful payment I can response back that webpage with transaction ID. From web page,...
Smiley Sharma's user avatar
0 votes
1 answer
663 views

Handling Authentication Flow via Custom Tabs with Flutter: Non-Chrome Browser Support

I'm currently working on a Flutter app that requires third-party authentication, and the authentication flow needs to be completed in a browser. Previously, I used a WebView to achieve this, but the ...
Malou's user avatar
  • 26
0 votes
0 answers
22 views

Android Browser close current tab

i am a react native dev so dont know about native code i want to close the current tab and open new tab with custom website and it should work for any browser out there how can i do that public void ...
Preetam's user avatar
  • 11
4 votes
3 answers
578 views

JavaScript : window offline event not firing on Android phones (not in Android Browser or Chrome) and navigator.onLine Return always true

JavaScript navigator.onLine command suddenly stop working on Android phones, not in Android Browser, also not in Chrome! In Android Galaxy, as soon as you put on flight mode (or there is no internet), ...
Zvi Redler's user avatar
  • 1,758
0 votes
1 answer
489 views

launching Android Chrome Browser through Appium Automation using emulator is throwing error and chrome browser is not launched properly

Screen when the code is run and chrome is launched` Appium server is also running and even the chrome browser is launched but displays blank white screen after launching Below is the error while ...
nandini's user avatar
1 vote
0 answers
153 views

Why window.onpageshow not running in android default browser?

Currently i'm trying to check if user press back button when running my webpage. I'm using window.onpageshow to check the experience. It works well in chrome and also safari. My problem is window....
lauwis's user avatar
  • 401
1 vote
0 answers
71 views

MobileMonkey chat is not poping in Android webview only on Android 11

I am using mobilemonkey chat in my application, on clicking a button I am navigating to a webview. In Android 11 I am getting a blank white screen or sometimes monkey chat icon appears and moves back ...
Rohit S's user avatar
  • 764
1 vote
1 answer
547 views

Minimum Chrome version for TWA - options?

I have a Trusted Web Activity app that is displaying a Progressive Web Application by using the Android Browser Helper. The documentation and code indicates that the mobile app only runs properly when ...
Genesis7's user avatar
1 vote
2 answers
516 views

how to retrieve a link when shared from another app in android?

Hello I am trying to retrieve url, shared from another app and toast it as well as open it in WebViewTab. But instead id of the app is displayed in toast. here is my code: val extras = intent.extras ...
Rizwan Mazumder's user avatar
3 votes
1 answer
1k views

How to detect Caps Lock is ON on web browser on Android Devices using JavaScript?

We can very well detect CapsLock is ON/not on iPhone web browser using KeyboardEvent.getModifierState(), with sample code, function checkCapsLock(e) { if (e.getModifierState("CapsLock")) { ...
Aniruddha Shevle's user avatar
0 votes
0 answers
363 views

why doesnt work audio on android browser?

I am using audio tag. This works chrome, edge and ie. But doesn't work on android browser. what should I do? document.getElementById('my_audio').play(); <audio id="my_audio" src="pages/alert....
zey's user avatar
  • 297
0 votes
0 answers
160 views

How to get all browser history on Android Studio Project

I know the permission com.android.browser.permission.READ HISTORY BOOKMARKS permission was removed from Android version 6 and API level 18+. But is there any way to get all the browser history from ...
fahim hasan's user avatar
0 votes
1 answer
207 views

:not pseudo class not working on Android device

I have the following code in my CSS: img:not(#some_image) { margin-top:10px; } This CSS sets margin-top:10px; for every image, if it's not id="some_image". This is working on many ...
David's user avatar
  • 3,118
2 votes
0 answers
68 views

onHeadingChange(event) getting single value for geometrically opposite positions

I am working on android device orientation and getting same values of event.alpha (270) in following positions as shared in image. i am using following code: // called on device orientation change ...
Sybghatallah Marwat's user avatar
0 votes
0 answers
159 views

Does the Android application for Teams use an in-app browser?

I have an application for Teams that works fine when I use browsers: Chrome, Firefox... and with the Desktop application for Teams. On the other hand If I try to use this application in my mobile ...
vcima's user avatar
  • 443

15 30 50 per page
1
2 3 4 5
36