This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I'm a novice programmer trying to write a front-end web app in vanilla JS that resizes and looks great & functions correctly on iOS and Android. Specifically, I'm troubleshooting how browsers change focus location when their onscreen keyboards open.
Currently, I can open a simulated iPhone in Xcode and navigate to the live server IP/port however I cannot do the same with the Android virtual device. When entering the IP/port in the search bar I get an error that says the connection was refused.
My goal is to be able to have an iPhone and Android virtual devices responding to the changes I make in the code each time I save so that I can determine the best way to fix the bugs I've come across in the wild that don't show up in Chrome dev tools on my laptop.
I've spent some time Googling the issue but I think I lack the vocabulary required to find a solution. Could you help me understand what I need to search for to find the solution?
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AndroidStud...