Questions tagged as 'webview'

1
answer

How to enable PDF download in webView with Android Studio

//MainActivity package app.inova.appfatto; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.webkit.WebChromeClient; import android.webkit.WebView; import android.webkit.WebViewClient; pub...
asked by 02.08.2018 / 20:59
0
answers

WebView open Videos in VideoView

I have two activity.xml, one of the webview and the other of the videoview, and two Activity.java, MainAcitivty and VideoActivity, Main, the default webview code to open a url, and in VideoAcitivty I made a scheme for when a url contains "FullSc...
asked by 28.07.2018 / 19:15
1
answer

How to detect if the user is accessing by a webview app

Hello, I created a webview app for my site because it is 100% responsive and adapts well on mobile devices, but in my menu there is a link for you to download this application, I would like to know how I can identify a webview access since I want...
asked by 29.07.2018 / 02:10
0
answers

Instantiating a WebView

I have a simple application that with a given link returns an html page. I'm doing this with a WebView, it's working normally, but I do not want the user to see WebView on the screen. Before I was doing so to instantiate it: WebView wv = fi...
asked by 21.07.2018 / 03:08
0
answers

Android - Insert app data in webview via javascript

wv.setWebViewClient(new WebViewClient(){ @Override public void onPageFinished(WebView view, String url) { super.onPageFinished(view, url); wv.loadUrl( "javascript:(function() { " + "document.g...
asked by 10.07.2018 / 21:06
0
answers

Sending Headers with WebView - Ionic

Has anyone ever had to send headers using a webview plugin in ionic? I currently use InAppBrowser to open a webview, and I need to send headers to make a request. I did not find any function to pass the header as a parameter. By analyzing...
asked by 25.06.2018 / 21:05
0
answers

How to do automatic push notifications in android webview application with php mysql? (With Thunkable)

I'm developing an android application with a WebView that opens a website (which is the actual application) and I need to make that site or its server send automatic push notifications to the mobile phone that has the application (even without b...
asked by 23.05.2018 / 18:14
0
answers

How do I prevent the refresh of my webview in the fragment?

In my app if I go from the first fragment to the third one, and I go back to the first one the webview restarts the page, how do I solve the problem? obs: I'm a beginner so if possible have a little patience.     enter code here > packag...
asked by 20.05.2018 / 20:26
1
answer

Push notification on webview - Android / iOS

I have an app running a webview. It is a system on the web and the webview with the app. In the system, there are certain actions that the system sends push notification to the user. I did the integration with firebase cloud messaging Java...
asked by 12.03.2018 / 17:56
0
answers

Why does the webview front end in Objective-C behave differently from the Safari browser on iPAD?

There is some way to make both compatible in the preview. IOS Version: 9.3.5 iPad 3: Model A1416     
asked by 20.04.2018 / 23:11