Questions tagged as 'webview'

1
answer

Using StageWebView

I need to implement an Application to display HTML text already formatted, these texts are with images. I found two options: WebView - But I can not use it as a component, just instantiating and playing on the screen. RichEditableText, this w...
asked by 05.12.2014 / 13:33
2
answers

iOS: open webview pdf in browser OR download pdf

I'm working on an iOS application with Swift. It works perfectly, however when I click on the pdf download link, it just displays the pdf. I wanted it to downdload OR open the pdf in the browser outside the webview. Anyone who has a solution wil...
asked by 08.08.2018 / 20:24
0
answers

Doubt over WEBVIEW on Phonegap

Good morning, I'm not sure if this is called a Webview, so please correct me if I'm wrong, please. I have a website, and I'm introducing my studies now in application development, and for the knowledge I have in programming and web development, P...
asked by 18.05.2018 / 15:52
1
answer

How to open a local webview cshtml in Xamarin Forms

I have a project in Asp net mvc and another in Xamarin Forms, I need to call in my Xamarin Forms project a WebView Local but the page is like cshtml (asp net)     
asked by 01.05.2018 / 23:27
1
answer

Cast webview android studio

I'm making an app for my site, which is just a webview, can someone tell me if it's possible to put it on Smart TV? if so, can you tell me where to study? or even help me right here, I only have WEBVIEW so far.     
asked by 17.05.2018 / 06:47
1
answer

Android - Is it possible to play videos in a WebView?

I'm developing a browser for android with java. It works entirely through WebViews. But the app is not able to play videos via stream ... I wonder if it's possible to get it done. Thank you. WebView in xml: <WebView android:layout_height...
asked by 29.04.2018 / 16:38
0
answers

Which method to use and how? onLoadResourse or webResourceResponse ShouldInterceptRequest

I'm implementing this project WebApp . What happens is that the advertisers' Facebook page link and the twitter enjoy and share buttons are not working as well as the button to upload images on the New Advertiser Publishing page. Searching I ha...
asked by 18.12.2017 / 01:36
0
answers

view PDF in java application - Embedded - Rendering problem

Hello, I need to view PDF's in my JAVA application. After some research, setting aside paid components, it seemed to me that the best answer would be this: Displaying pdf in JavaFX The colleague suggests using the [PDF.js][2] l...
asked by 13.11.2017 / 18:22
0
answers

Single Page Application in the Android Studio WebView

Is it possible to use the Angle Single Page application in WebView with Android Studio?     
asked by 21.08.2017 / 03:04
0
answers

swift 3 - How to close open page in a webview?

In a, index.html viewcontroller I'm using this code to open a local html file self.webView = WKWebView(frame: webFrame, configuration: config) self.webView?.uiDelegate = self as? WKUIDelegate self.webView?.navigationDelegate = self self.we...
asked by 18.05.2017 / 17:02