webview tag

38 questions


1 answers
68 views
0
The image file is not accessible from the Android Web view.

I'm making a simple website and an Android application.After accessing the website through Android webview, I need to register the photo.When I access the website with a computer browser, the file win...

2 years ago

1 answers
57 views
0
When I try to load url from iOS webview, the page does not load with the message App Transport Security has blocked...

let url = NSURL (string: http://google.com);let requestObj = NSURLRequest(URL: url!);myWebView.loadRequest(requestObj);Loading url with App Transport Security has blocked a cleartext HTTP (http://) re...

2 years ago

1 answers
69 views
0
About Android WebView

We are currently producing an application through WebViewBindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 23057I'm asking because I keep seeing the log.Does any...

2 years ago

1 answers
77 views
0
It works well when I log in to a shopping mall on a regular Internet app, but it keeps saying that I failed to log in with a web view.

As the title suggests, login works well on general Internet apps. I made an Android project and tried to log in on the web view, but it keeps failingWhat's the reason...?Do we need additional code?Ple...

2 years ago

1 answers
59 views
0
Fragment Overlapping Problem

Here's an Android question.I wrote an expandable list view. If you press each menu, you can also display a regular fragment and a fragment web view.If you display a regular fragment and then display a...

2 years ago

1 answers
87 views
0
Questions about Android Back Button

Hello, everyone I'm a beginner who's studying applications for the first time I came all the way here with the help of the hash code, but it's stuck here again, soThis is an implementation of an exten...

2 years ago

1 answers
71 views
0
Questions related to loading Swift WKWebView page.

I'm making a hybrid app using WKWebView. There's a problem When you load a page in webview, you can't load it properly if you put # after url.func webView(webView: WKWebView, decidePolicyForNavigation...

2 years ago

1 answers
120 views
0
I'm asking you a question during the production of the React Native Web View app!

I have a question because there was a problem while producing the webview app.With Android permission in the app.json file “permissions”: [ “ACCESS_COARSE_LOCATION”, “ACCESS_FINE_LOCATION”]I'm giving ...

2 years ago
« - 4 -

© 2024 OneMinuteCode. All rights reserved.