Martin Čebular

Results 5 issues of Martin Čebular

Still having issue #14 .. Tried visiting duckduckgo.com, same issue tested on Marshmallow and Kitkat versions. There a fix for it? ![screenshot](https://cloud.githubusercontent.com/assets/17457833/21518551/a07c92c2-cce7-11e6-8c0e-85bcedb087f9.png)

#### Description of the problem: On Samsung Xcover 4, playBeepSound() works somewhat randomly (sometimes it beeps, sometimes it doesn't, sometimes it does a some kind of half-beep) **Which library version...

bug

Running setEnabled() method on EditableSeekBar object now disables/enables both edittext and seekbar. (View can now be properly disabled).

[`package.json`](https://github.com/sentinel-hub/sentinelhub-js/blob/master/package.json#L6) defines ```json "browser": "dist/sentinelHub.umd.js" ``` however there is no `dist/sentinelHub.umd.js` in the final package published to NPM.\ Looking at [`rollup.config.js`](https://github.com/sentinel-hub/sentinelhub-js/blob/master/rollup.config.js), it seems that rollup is not configured to build...