python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Navigator.pop not working and show black background?
I try back to previous screen. But UI only show black background and it only happens on this screen. I tried both Navigator.pop(context); and Navigator.of(context).pop();.
This my code:
return Materia...

Doan Bui
Votes: 0
Answers: 3
mobile camera won't open with navigator.mediaDevices.getUserMedia on ios chrome browser
The following code is working fine on android mobile device, However on IOS (iPhone) on Chrome browser the following is not working as expected. I saw a lot of problems regarding this issue on IOS dev...
MesMes
Votes: 0
Answers: 1
How should I test for Navigator.pushNamed() in Flutter?
I have a test where I'm trying to observe the behaviour of the Navigator when the app navigates from page1.dart to page2.dart (push) and back (pop). Using verify from the Mockito package, I can succes...

GG.
Votes: 0
Answers: 3
Enable navigator.virtualKeyboard in CRA production build
I am unable to see the navigator.virtualKeyboard API present in create-react-app production build, but it is present in local development. What settings do I need to tweak to enable it in production b...
Punith Ujwal Nayak
Votes: 0
Answers: 1