2

I am developing one windows application for mobile and tablet devices. I want to run one applet in the background or on web view and need to read some data from card reader (no other options or SDK available for this custom reader to read the data).

Using Applet, it's reading data and working fine but I want to run this applet in the background without moving the focus from my application or in a web view. am using Cordova, WinJS for development. and its only for windows 8+ devices. I have tried using in-app browser and applet is not running on the in-app browser.

BehrouzMoslem
  • 9,053
  • 3
  • 27
  • 34
Arjun T Raj
  • 3,187
  • 1
  • 21
  • 44
  • Looks like it's not possible: http://stackoverflow.com/questions/12910463/java-applets-in-windows-store-apps – daserge Feb 28 '17 at 06:36
  • You could probably try to use websockets to connect the Java applet with Cordova application. – daserge Feb 28 '17 at 06:38

1 Answers1

0

Not possible, windows phone doesn't have a java virtual machine, so it's absolutely impossible to run java applets.

Stefano Balzarotti
  • 1,760
  • 1
  • 18
  • 35