• Notification window is invisible on ios
    3 replies, posted
See title. The window is invisible, but you can still press where the notifications should be and be sent to the respective thread. You just won't know where you're being sent until you get there. I'm happy i don't have any nsfw thread subscriptions
I get this too, can't seem to find out why. It works fine in the emulators.
If it helps, you might be able to use something like https://github.com/google/ios-webkit-debug-proxy to be able to inspect the phone's web browser from your machine. It's a lot easier for android but clearly that's really not going to helpful important here
While I have no iOS device and cannot test anything, tho maybe it has something to do with where the notification window is inside the HTML structure and what z-index each element has. e.g. the notification windows is appended above the actual forum, which means a browser will render the forum above the notification window. https://files.facepunch.com/forum/upload/134/d1897de7-40f7-4cf8-a4ee-81a9750ae1e0/image.png The "drawerleft" id div has a z-index of 10, while the drawercontent has no z-index at all. Maybe it is a bug in the way iOS Webkit renders elements, maybe drawercotnent needs a z-index, maybe the html structure needs to change.
Sorry, you need to Log In to post a reply to this thread.