oskar

Results 19 comments of oskar

Hi since my app is not signed with any dev certificate and is distributed by github I think is normal that you have to manage some permissions and "allow" this...

Hi, I will check it and let you know. Anyway I used an early alpha version of v2 wails so if I remember correctly I have made small 1 line...

I have the same issue...anybody know how to fix it?

Hi i have encountered the same behaviour you have to bind manually all necessary events for map, you should do it in this way: ```javascript uiGmapIsReady.promise(1).then(function(instances) { var mapInstance =...

Ok i have fixed it by relying on angular's dom patching through trackBy and playing with my collection instead of relaying on dragula's dom manipulation which moves or removes nodes...

@jzahka @GitHubish You should initialize autoScroll inside runOutsideAngular for better performance so all events catched up by listeners registered in autoScroll will not cause change detection to run

The data I post are exactly the same as those generated by passman web app, even if i post the minimal json ie ``` {"vault_id":1,"label":"twitter"} ``` I have the same...

As example for implementing CEF for linux or for all platform as alternative to webkit we could see how it's done here https://github.com/energye/energy but it's nor a simple feature to...

Current version required by wails of webkit2gtk for linux does not support webrtc. Webrtc should be available in v3 but I don't know if there will be a lot of...