thorvald Posted October 15, 2022 Report Share Posted October 15, 2022 As a VuGraph commentator I have been promoting the nice feature of kibitzing a single player (I think it was implemented last or this year), but I have had many request about, how that feature can be used on an IPad So this is my current announcement:Right click on a player and select kibitz if you want to see only what the player sees (On Phone use long press on Mac use Ctrl-Click) - This is not working on iPad It would be nice if you could fix it on iPad. Quote Link to comment Share on other sites More sharing options...
barmar Posted October 23, 2022 Report Share Posted October 23, 2022 Apple changed something a few years ago that broke the way our app detects long presses, and we've never been able to fix it. Quote Link to comment Share on other sites More sharing options...
thorvald Posted October 24, 2022 Author Report Share Posted October 24, 2022 I am not sure how you have implemented the App on IOS, but using the javascript version you might be able to solve it suing MenuToggle.addEventListener("touchstart", Vanish);MenuToggle.addEventListener("touchend", VanishClear);Using XCode you should use Gestures Quote Link to comment Share on other sites More sharing options...
barmar Posted October 28, 2022 Report Share Posted October 28, 2022 The mobile app is basically the same JavaScript code as the web version. It's written using Angular JS, I believe. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.