webview tag

38 questions


1 answers
94 views
0
FileNotFoundException:downloading attachments

I would like to download the email attachment via WebView, but I get a FileNotFoundException error.By the way, the test is Outlook.code:ImageGetTask.javaInputStream is; String url=https://example.com;...

2 years ago

1 answers
112 views
0
I can't browse Facebook on the webview.

As the title suggests, I cannot browse Facebook on the webview.I'm doing it in the following way, but it doesn't work.It works well on other pages, but can't Facebook do webview?The verification devic...

2 years ago

1 answers
83 views
0
I can't browse Facebook on the webview.

As the title suggests, I cannot browse Facebook on the webview.I'm doing it in the following way, but it doesn't work.It works well on other pages, but can't Facebook do webview?The verification devic...

2 years ago

1 answers
144 views
0
Cordova (android) launched a web server inside the device for video playback, but cannot play when offline

I have a question about video playback. [Purpose]I want to play videos inside html using a video tag within the app created by Cordova.Works with Android 5.0, but cannot play with WebView with Android...


1 answers
165 views
0
Cordova (android) launched a web server inside the device for video playback, but cannot play when offline

I have a question about video playback. [Purpose]I want to play videos inside html using a video tag within the app created by Cordova.Works with Android 5.0, but cannot play with WebView with Android...


1 answers
114 views
0
I want to determine whether there is a cache or not when I read the cache on the webview.

webView.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);I would like to determine if there was a cache during page transition while caching in this way.

2 years ago

1 answers
129 views
0
Title acquisition in Android WEB view is strange when you move from page to page.

Using WebView to create RSS readers.I would like to use getTitle() to keep the information on the page I am currently viewing and bookmark it.GetTitle does not work properly after page movement.Out of...


1 answers
80 views
0
I want to invoke any JavaScript method from Android

I use Android Studio to set up WebView in Java to display any HTML.Therefore, I would like to interconnect Android with JavaScript in HTML.First, for JavaScript→ Android (Java), I succeeded in calling...


1 answers
61 views
0
How to Return to Local from a Web Page

I have a question because I didn't understand the document.If you display a web page in the Monaca app with <a href=URL>, you should open a web page in the app.Is it possible to return to the lo...

2 years ago

1 answers
113 views
0
I would like to increase the scrolling speed of the web pages that I read in the Android app WebView.

We are currently developing an Android app.I am using WebView to display the smartphone version of the web page.I get confused when I scroll through the loaded web page.I found an article on the Inter...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.