Skip to content
TORNLIFE More

MOBILE - Notes Issue

Started by Gtne [2559529] on in Bugs & Issues.

3 replies · 29 views · thread synced · 3 days ago · View on torn.com
About this thread

Posts archived: 4 / 4 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

Counted by TornLife from the archived posts.

Archived posts
4
Discussion span
→
People posting
3
Likes on archived posts
3
Posts by staff, officers and moderators
1
Authority score
55 / 100
Historical score
26 / 100
Story score
33 / 100
Engagement score
37 / 100

Most-liked replies

Gtne [2559529]

Dear Torn Dev,

 

On the mobile, the note (donor perk) is difficult to see what you are typing. I have added some pictures.

 

Normally, what the notes look like:

[image: snipboard.io]

 

Using the keyboard, I can't see the top anymore of what I am typing:

[image: snipboard.io]

 

I can't see the top of the notes as I type.

 

Technical details which may help:

 

  • My operating system is Android 14.
  • I am using Heliboard keyboard.
  • I have managed to replicate it on both TornPDA and Torn app.
  • Similar with firefox on mobile

 

Since I haven't seen any other similar reports, it could be my keyboard?

 

I would guess the fix is to somehow make the notes box smaller as the screen space for the app get smaller? The chat box circumvents this as you are interested in the bottom of the chat box, rather than the top.

 

Nothing urgent as it works as intended on pc.

 

Thank you,

Gtne

 

Kwack [2190604]

This has been reported prior here

 

As a temp fix, add a script with the following text:

 
----------- copy below this line ----------- 

// No header, it should inject on all pages
GM_addStyle(`
div[class*=chat-notes_] {
max-height: 80vh;
}
`);

----------- copy above this line -----------

Let me know if this doesn't work, it was a fix from a good couple months back and I haven't checked that it should work as expected. Make sure it's set to inject at document-end, not document-start

Mentions: Notes section issue

CloudJumper [1636201]Staff

The issue has been reported here already, as mentioned above. The chat team will handle the issue so individual apps don't have to resolve it from their end, eventually...

Mentions: Notes section issue

Gtne [2559529]

Thank you. This works when I've added it to the scripts on TornPDA. I must not have scrolled far back enough when searching.