Hi i have a problem with svg viewer in Internet Explorer, because i use flash, maybe you can suggest me another solution for this browser.
The Chrome Plugin for Internet Explorer is very seamless. We use it in several projects and have been able to display a simple error message to the user indicating that they need to install the plugin.
Related
I'm a web developer and don't know android programming.
my problem showed itself when I decided to lunch my single page app that created by vue cli 4 for mobile devices
actually I used this repository for build a webview for it:
https://github.com/slymax/webview
but I don't know that why does it show blank page? (I just know my webview can render DOM but can't render virtual DOM of my application.
because I tried to run my app with any browser and it worked but in webview I couldn't see my results)
any way...
where is my problem? If you need to check some config files like vue.config.js or something like that in my vue cli directory, please tell me.
I founded my problem! It's about my plugins in vue-cli like vue-hammerjs
It's not support webview platforms and after disable all of them in main.js, everything was going right.
I was using chrome to display my applet content. But now the support is removed from chrome. Please suggest if there is an alternate way to display applet content in chrome browser. Minimal change is appreciated.
The Oracle website (https://java.com/en/download/faq/chrome.xml) recommends that you either change your code to be a Java Webstart application, or get your users to change to Safari or Internet Explorer.
Please suggest if there is an alternate way to display applet content in chrome browser.
AFAIK, there isn't one.
Is it possible to drag & drop files from a desktop into the browser using GWT?
As an example of usage, I'd like my GWT application to support functionality such as:
image dragging from desktop to GWT app and GWT rendering it
or dragging of a zip file and GWT displaying its content
I know this is possible using pure JavaScript (http://goo.gl/9u55Uj), but is it possible with the Google Web Toolkit native code?
So far I wasn't able to find any example of this on the web.
Thanks.
Check lib-gwt-file and maybe also upload4gwt.
I'm stuck with this issue.
What I want is to Iframe a webpage using iframe tag and url in java application with netbeans.
so it's kind of like a browser but without and toolbar.
please help with simple code.
You can use the DJ project's JWebBrowser, which embeds the native browser in your java app. If you want a pure java solution check out the Lobo Browser. AFAIK The rendering of Lobo is not perfect(Still doesnt support CSS2 completely). As for sample code you can get full functional demos in both projects.
Is it possible to take a screen shot (using the Print Screen) and paste it from the System Clipboard directly into a web pages text area field (which I would create)? Do I need a browser plug-in? Can Flash do this?
**The solution only has to work in Internet Explorer.
This is not possible without a plugin.
It's not possible in Flash or Silverlight either, although it is possible in AIR.
I think you will have to write a custom ActiveX Control in order to do this. The control should automatically take a screenshot and send captured image to server-side code..
There is one more option - create a java applet, which will do the job, and also will help you to avoid cross browser issue.