Maxim Novikov
Maxim Novikov
`No working C compiler found` – same issue, Ubuntu 18.
+1 Ubuntu 18
Same in Ubuntu 18.
Any comments/update on this issue? The "full-screen" button is still absent on iOS 11 while it does show up on iOS 9. Reproducible even in the simulator. See the screenshot:
`playsinline` parameter does work. Shouldn't it rather be set to `1` by default?
Is it possible it happens because the add-in is trying to load all the metadata from that server right away? If that's the case, probably it's not the right behavior....
@FastNinja I might be missing something, but here goes the code... 1. When a new server gets connected (or refreshed), it triggers `OnServersAdded` event: https://github.com/bugzinga/sql-hunting-dog/blob/master/HuntingDog/DogEngine/Impl/ServerWatcher.cs#L160 2. Then for each server...