"News" not working on Google Play only

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3794
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

"News" not working on Google Play only

#1 Post by Imperf3kt »

I make use of renpy news, which I may soon replace with the renpy.fetch feature once I get a chance to play around with it.

I noticed today that on the Google Play version of my project, this feature is simply not working.
The button for news appears but it does nothing when I tap on it. It also does not have any text on it, though I'm unsure if that is related.
I make the button like this

Code: Select all

if not renpy.emscripten:
    imagebutton:
        alt "news"
        auto "gui/buttons/default_%s.png"
        hover_foreground Text(_("News"), xalign=0.5, yalign=1.0, size=22)
        idle_foreground Text(_("News"), xalign=0.5, yalign=1.0, size=22)
        action ShowNews()
This works fine on PC builds and regular Android apks, it's just specifically the Google Play version that doesn't work.

Does the Google Play bundle behave differently or have I somehow made an error in implementing it?
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

Post Reply

Who is online

Users browsing this forum: No registered users