Manuel Maestrini

Results 6 comments of Manuel Maestrini

I managed to zoom in by altering the volume controller so instead of turning on the torch, i do the following: this._device.lockForConfiguration(); var maxAvailableVideoZoomFactor = this._device.maxAvailableVideoZoomFactor; this._device.rampToVideoZoomFactorWithRate(maxAvailableVideoZoomFactor / 2 *...

So this is bizzare. As I retrieved from the server additional news, I was doing the following: ```Javascript model.news = news; newsBinds.unbind(); newsBinds.bind(); ``` where model is the model i...

I found that if i use the original view (my var newsBinds) i can do newsBinds.models.news = news and that works. it's just not super clear why it wouldn't work...

Cool :) Thanks! So far I have a workaround where I check on mousemove if im on one of my markers and then opening a popup.

alex your solution has nothing to do with the issue. AFAIS this is still relevant as I get the same error, no matter which patched repo i try to install...