I want to have a animated gif as background image in BTT Mobile.
It seams that a webview button works in BTT Mobile as such, but it do not show an image, probably to due a wrong path ?
What could the issue be ?
loading files from the Mac is not yet supported for the webview. This is planned for the App Store release but might still take a bit. At the moment you would need to host the image on some webserver.
no problemo...
Got the loading from the web working, (with Imgur)
but somehow is my test named trigger (called "found" showing a HUD) not triggering...
anyway I leave this for later...
Hi, how would I setup Appleās Magic Keyboard to type directly into my mac where ever im trying to type? Can this be done with the remote app or only the mobile beta?
Saw someone mention the possibility of creating a new mobile-focused logo, and I was bored, so I figured I'd throw my hat into the ring. I just like designing logos, so I tried a mobile spin on the desktop logo.
I'm not 100% happy with it quite yet, but it may just be a flaw in the concept haha. Feel free to use this concept however you want or not at all. And others are free to play off the concept as well if they think they can do it better haha : )
hope I'm not stepping on anyone's toes, but this seemed like a fun distraction
Hey Andreas, I know thereās still plenty not implemented and this might be something thatās in the pipeline, but a key feature of the old BTT Remote was the enlarged cursor. Usually if youāre using the trackpad feature, youāre far enough away for the normal cursor to be too small.
Like I said, I know this a late stage detail, but just wanted to put it on the record in case.
Also, have you considered a system for us to report bugs and request features specifically for BTT Mobile. Iām sure you have your reason for not setting it up on GitHub but more formalized issue tracking would certainly be easier on you for a lot of reasons. And we wouldnāt have to scroll through a pinned thread to make sure we are not double reporting bugs.
yes, the big cursor is already implemented, just need to expose the setting in the UI
I will add this once the trackpad is functional again, currently itās too slow which is because of the networking framework. Iām currently switching to a different approach.
I think you are right, this thread should probably only be used for general discussion. For features and bugs best use the corresponding category and add the btt-mobile tag
Today I have completely replaced the networking stack. Turns out the Network framework is much better suited than then MultipeerConnectivity framework and allows for all the same advantages. It gives me much more control and with that the speed issue for e.g. the trackpad is resolved.
I'll probably publish a new build tomorrow, just need to add the TLS encryption back.
Iām looking forward to testing the updated networking stack tomorrow!
@Andreas_Hegenberg, is it currently possibleāor could it be added in a future updateāto view logs specific to BTT Mobile? Dedicated logs would be extremely helpful for troubleshooting, especially for connection issues. Sometimes I encounter a bug but canāt remember the exact sequence of steps that triggered it, making it difficult to reproduce and report accurately.
For instance, BTT Mobile occasionally fails to connect to my Mac without any clear cause. Iām not sure if itās the same recurring issue or multiple distinct problems.
Does that make sense? Thanks again for all your hard work on BTT Mobile!
both machine where initially "BTT Mobile enabled", but the second one had not been authorized at that moment (and it was the only one showing on the list, and I could not select and connect to the previous used MBP).
only after retoggle (on/off) the "BTT Mobile enabled" setting I got it working now...
(when starting up the BTT Mobile app it reconnected automatically to the last connected Mac...)
Ok, great.
Anyways with the new build I just submitted (and BTT >= 5.299) the whole connection stuff got exchanged, so the previous testing is unfortunately obsolete (but was very helpful, replacing the network stack at a later point would have been painful)