Barcodescanner wisej 3.5 on Android

0
0

Hello,

i plan to extend my warehouse solution.
It should be possible to make the inventory with a smartphne which scans all the EAN-Codes.
This codes should be delivered to the main web server solution.

I found that with Wisej Mobile it is possible to start a webpage like an app.

So i tried to use the barcodescanner in my web-app
with Imports Wisej.Web.Ext.MobileIntegration and the Control and the Camera.

But if i try to start the web-app on my smartphone with Wisej Mobile the barcodescanner does not work.

I found some announcements on the wisej webpage for 3.5, but there is ot explanation or sample code.

Please can you help me.

Rupert

 

 

  • You must to post comments
0
0

Hello Tim,

sorry, but i get the same error.

Methon not found: void System.Drawing.Text.PrivateFonCollection……

Rupert

  • Levie (ITG)
    Please ensure the Wisej-3, Wisej-3-Hybrid, and Wisej-3-Hybrid-Native NuGet packages are using version 3.5.4-preview.5. Thanks, -Levie
  • You must to post comments
0
0

Hello Tim,

Thanks for the sample.

First there appeared an error in MenuBar.cs

public override bool IsSupported()
{
return Device.Info.System.Idiom == “Desktop”;

I changed it to
return Device.Info.System.Idiom.ToString() == “Desktop”;
}

But now when I start the HypridApp in debug on Android-Simulation (Pixel) i get the error:

Method not found: void System.Drawing.Private FontCollection……….

Do you have any idea?

Thanks

Rupert

  • Levie (ITG)
    Hi Rupert, the sample has just been updated today. The Device idiom value should check for an enum. For the System.Drawing.Private.FontCollection error can you verify you’re using 3.5.4-preview.5? Thanks, Levie
  • You must to post comments
0
0

Hi Rupert,
You can find additional documentation for Wisej.NET Hybrid here: docs.wisej.com/hybrid
Best,
Levie

  • You must to post comments
0
0

Download this sample and you should be able to use the example to get it working.

https://github.com/iceteagroup/wisej-hybrid-examples

 

Thanks,

Tim

 

 

 

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.