ngovil21 / RequestChannel.bundle

Request Channel - A Plex Channel to create requests
158 stars 22 forks source link

Alternate Keyboard allows user to see requests even if disabled #65

Closed ds8k closed 7 years ago

ds8k commented 7 years ago

If a user is using iOS (and thus using the alternate keyboard input) they're able to see all the options I have disabled and even manage requests. This also happens if using the channel in a web browser.

If they switch to device keyboard, the channel looks correct.

ngovil21 commented 7 years ago

That is strange. I don't have an iOS device to test with, could you go to Manage Channel and make sure "Debug" is set to on and send me the log after a client with iOS logs in? My email is ngovil21@gmail.com.

Thanks.

ds8k commented 7 years ago

Email sent.

For what it's worth, this is how I installed the channel:

fetch -o master.zip https://github.com/ngovil21/RequestChannel.bundle/archive/master.zip
unzip master.zip
mv RequestChannel.bundle-master/ RequestChannel.bundle/
chown -R plex:plex RequestChannel.bundle/
chmod -R 755 RequestChannel.bundle/
ngovil21 commented 7 years ago

Ok thanks, I see what you are saying. I will post a fix.

ngovil21 commented 7 years ago

Merged fixes to the master branch. Please update and check now.

ds8k commented 7 years ago

All fixed! Thank you