Skip to main content
0 votes
0 answers
55 views

I have used googles sample code to create an Android Browser Helper app for the google play store. Have found the source code from github. https://github.com/GoogleChrome/android-browser-helper After ...
Hayze Walker's user avatar
0 votes
0 answers
37 views

I am trying to upgrade my project to Chromium 136 and build a bundle APK. The local release APKs work fine, but when I install the bundle build from Play / bundletool, the app crashes with the ...
Sanjay Bhalani's user avatar
1 vote
0 answers
95 views

My LauncherActivity.java file has the following code: package in.example.app; import android.content.pm.ActivityInfo; import android.net.Uri; import android.os.Build; import android.os.Bundle; public ...
dc09's user avatar
  • 496
1 vote
1 answer
133 views

I am trying to make a header (with a width of 100vw) fixed in the top-left of a page (with a width of 1024px) that contains a horizontal scroll. I am using position: fixed and left: 0 to achieve it. ...
Victor Oliveira Arêas's user avatar
0 votes
0 answers
55 views

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
1k views

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
  • 36
5 votes
4 answers
1k views

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,778
0 votes
1 answer
621 views

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
183 views

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
  • 431
1 vote
0 answers
76 views

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
  • 794
1 vote
1 answer
671 views

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
594 views

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

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
466 views

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
181 views

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

15 30 50 per page
1
2 3 4 5
36