Text mode RA8875

I need help with the text mode (tft.textMode()) for my ardunio, I can write all the text that is needed but it is on a TFT touch screen. When I write all the text by switching to text mode, it does not allow me to touch the screen anymore. I have tried to use the touch function I have without switching to text mode, but then my screen does not display the text.

Is there a way to write text on the screen by not switching to text mode, or can I switch out of text mode so my touch function still works?

I'm not seeing any reason why it shouldn't work.
If you are not already doing so, try enabling the touchscreen after enabling text mode.

Otherwise post your exact hardware and sketch (in code tags using the </> button).

Use the command tft.graphicsMode(); to exit text mode and to enable touch.