webview tag

38 questions


1 answers
139 views
0
Why can't I call the external JS function Window.hoge?

I am developing a Gawa native application using WebView at Swift.The UIViewController cannot send the value to the function declaring the value in the external JS.Why?With the code below, window.a() c...


1 answers
74 views
0
How to View a PC in WebView

I am a beginner in Android development.I don't know how to display my PC in WebView.Changing the UserAgent was a hit, but I don't know how to do it.LayoutInflater factory=LayoutInflater.from(this);Vie...

2 years ago

1 answers
80 views
0
Play html5 video tag from Webview on Android app

I use WebView on the Android app to run the local html5 code.I can't play video.I tried using html5WebView, but it didn't work.Does anyone know how to play html5 video on WebView?The video is stored l...

2 years ago

1 answers
95 views
0
Ajax Does Not Move in WebView at API Level 10

Even if you write the following ajax processing in javascript in the WebView of Android 2.3.3 (API level 10), It doesn't seem to work, but is there any solution?$.ajax({ url —https://xxxxxxxx, type:...

2 years ago

1 answers
75 views
0
How to Retrieve http Requests in Python

I am currently trying to develop a simple client browser using python. Is there any way I can do this with python?I would appreciate it if you could let me know the Python library I use.1. You can ren...

2 years ago

1 answers
66 views
0
Solution for Slow Viewing Using Swift's Webview

It looks slower than browsing with Swift using Webview and Safari on iPhone.As a way of looking at it, Safari on the iPhone is displayed while loading, while Webview does not appear to display it unti...

2 years ago

1 answers
77 views
0
Fatal Signal 11 (SIGSEGV), code 1, on Android

If you filter BaseAdapter with its own filter function, the following error will occur and crash.The specific crash point is not specified, but as far as the log goes, is WebView suspicious?It makes m...

2 years ago

1 answers
93 views
0
Understanding WKWebview Timeout Settings

I would like to set a timeout for the web page loaded in the loadRequest of WKWebview.let configuration=WKWebViewConfiguration()let webView = WKWebView (frame:self.view.bounds, configuration:configura...

2 years ago

1 answers
70 views
0
Android's webview keyboard does not disappear

http://dotinstall.com/lessons/browser_android_v2/32604I wrote the code as per the above site, but when I see it in the emulator, the keyboard appears by default, and it doesn't disappear even if I unf...


1 answers
122 views
0
Two Progresses Appear in wkwebView

The first time the webview is loaded with the following code, the progress bar is the intended movement, but if you look at the link in the webview, it looks like two progress bars are displayed.Does ...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.