Andreas P.
Andreas P.
Seconding this sentiment. Any progress here?
I tried to trim down the faulty segments of the URL that didn't work. I thought I made it crash with that specific URL. here's the original URL: https://www.nrk.no/ostfold/xl/kan-ha-vaert-verdens-beste-reklamestunt-1.13712225
Have the same issue here. When withInternet set to false I get the special native connection dialog that allows me to connect to my raspberry pi access point. However, when...
I did not try that. I will try it and see if it helps. On Sat, Feb 5, 2022, 07:00 Harsh Bhikadia ***@***.***> wrote: > @Nailer did you use forceWifiUsage(true)...
I'd really like to get this plugin to work with Nano 33 IoT. Eagerly awaiting an official update on supporting the new board :)
Hm, maybe I'm just using it wrong. Here's a pastebin of my class. It's a helper that will automatically pop up a menu item when the clipboard value has changed...
So, what you're saying is that the UIViewController I'm presenting this from must still implement - canBecomeFirstResponder { return YES; }
Btw, it would be nice if the compilation errors were fixed in the public CocoaPod. Can you do it, or should I submit a PR?
I made it work, but I had to register the class of the UIViewController with [PSMenuItem installMenuHandlerForObject:myViewController]; which seems to contradict your sample in the "How to Use" section of...
Haha, I found I was using the wrong version of your repo. Cocoapods.org reports version 0.0.1 as the latest version, but your podspec says 1.0.0. Double-oops!