browser tag

18 questions


1 answers
75 views
0
How do I determine if my device is IOS?

I want to check if the device is IOS and do different processing only if it is IOS. But how do I check if it's IOS?

1 years ago

1 answers
92 views
0
Is it a web caching problem?

I made a websiteIf you do a new job and enter a new or different browser on the same browser,I can't see the new work, but why is it like this? (You can refresh it.)I heard that it's because of cachin...

1 years ago

1 answers
102 views
0
I want to open the URL with my Android web browser on my app

try { Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(download_link)); startActivity(myIntent); } } catch (ActivityNotFoundException e) { Toast.makeText(this, No application can handle t...



1 answers
110 views
0
How do I receive a response from the browser after sending a request from the code?

The response that comes back after making a request using requests.post with Python is HTML including JavaScript, so in this case, which library should I use to receive a response from the browser?Sel...

1 years ago

1 answers
101 views
0
It looks good on Chrome, Whale browsers, but it looks weird on IE, Edge, Firefox.

1. Question The main screen of my T-story blog (http://mysnowbear.tistory.com) is visible in Chrome, Naver Wales browsers, but not in Internet Explorer 11, Edge, and Moizla firefox, so I'd like to ask...

1 years ago

1 answers
98 views
0
Browser Speed Question

It's not a question of code, it's a question of web server, JavaScript performance.If I wrote the JavaScript code,Assuming that my computer's poor performance is overloaded with function calls and slo...


1 answers
107 views
0
Can we get an emulator installed at the os level to float on the web and mobile browser to work?

On websites developed using ubuntuos and ruby on rails, is there a way to get the emulator installed at the os level to work in web and mobile browsers as it is? Please give us a wise answer to the ri...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.