benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

BlobBuilder not working in IEMobile devices #992

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
The following code will produce an error on an IEMobile device, but works
on all desktop browsers.

var builder = google.gears.factory.create('beta.blobbuilder');

What is the expected output? What do you see instead?
Dont expect an error and should be able to manipulate data.

What version of the product are you using? On what operating system?
In the About screen of the device the following information is shown:
Windows Mobile 6 Professional
CE OS 5.2.1235 (Build 17740.0.2.0)

I am running this emulator on a Windows 7 Professional 64 bit machine

Please provide any additional information below.

Original issue reported on code.google.com by Darren.S...@googlemail.com on 14 Jan 2010 at 2:55