All Questions
7 questions
1
vote
1
answer
1k
views
How to prevent Android Chrome localstorage content from disappearing?
ReactJS website, I store using
localStorage.setItem("kangaroo", JSON.stringify("banana"));
On iPhone it works fine, and I have tested for persistence 1-2 weeks.
But on my Samsung, ...
0
votes
1
answer
251
views
How to link a user to the settings page to change permission to know location?
A user has denied my app permission to know their location via GPS. They did this by accident. How the app needs to link them to the settings page where they can change the permission.
How to make ...
0
votes
1
answer
4k
views
React app works fine but not on mobile browsers
My react-redux app works fine on regular browsers but not on mobile browsers. I've used Remote Debugging on Android Devices to check what's going on and I get these 2 errors:
OPTIONS http://iisnode....
0
votes
3
answers
36
views
Mobile web page
I have a mobile web chat app as shown screenshot
, I have a textbox at the bottom of screen which is in footer and on android browsers, the textbox is not coming up on focus whereas in ios its ...
3
votes
1
answer
3k
views
Calling Window.scrollTo() on Android Mobile Browser causes TypeError: No function was found that matched the signature provided
I have a React Project - I'm attaching an onClick to the Header Navigation Links that scroll to a particular element on the page. I am generating React refs, and using the Y position of the elements ...
2
votes
1
answer
3k
views
Is there any way to open the android/ios native share dialog from a webpage
I'm trying to add a share button to my website which when clicked will open the native share dialog in android/ios where the user can share it via different apps available. I tried the below for ...
3
votes
0
answers
882
views
Android Native/Stock/Default Browser Won't load my React Web App
So my react web application loads perfectly fine on Android Chrome Browser, and other browsers such as UC Browser, Safari on iOS.
However, recently we found that the web application loads blank page ...