Levente Szabó

Results 4 issues of Levente Szabó

Using the following options: ``` new ScrollBooster({ viewport: scrollCanvas, scrollMode: 'transform', direction: "horizontal' }); ``` Scrolling the page on the Y axis with drag doesn't work, because the viewport catches...

**Describe** UTF-8 shapefile loaded with wrong encoding. **Code Snippet** ```csharp using (var reader = new ShapefileDataReader("shape.shp", new GeometryFactory(), Encoding.UTF8)) { reader.Read(); } ``` **Investigation** `NetTopologySuite.IO.DbaseFileReader.CreateStreamProviderRegistry` method gets called at`ShapefileDataReader` constructor....

bug

Hello, The `InitSessionComplete` method gets called multiple times. Repro: Branch_Testbed_Android project with SDK upgraded to 7.0.2 (lib 4.3.2) - Add `Finish()` to the end of `InitSessionComplete` - Run app -...

Hello, The `InitSessionComplete` method gets called on wrong Activity instance. Repro: Branch_Testbed_Android project with SDK upgraded to 7.0.2 (lib 4.3.2) - Add `Finish()` to the end of `InitSessionComplete` - Run...