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
Hello Tim,
sorry, but i get the same error.
Methon not found: void System.Drawing.Text.PrivateFonCollection……
Rupert
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
Hi Rupert,
You can find additional documentation for Wisej.NET Hybrid here: docs.wisej.com/hybrid
Best,
Levie
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
Please login first to submit.