irina's Forum Posts

  • Hi all!

    I just finaly finished my app and packed it into *.apk and it works super ....

    Untill, i get a report that it does not work on Android 8.

    Looking into problem i realized that all works on all previous versions on various devices but Android 8 fails to display text objects.

    I use a lot of text objects with plain Arial and they are not displayed.

    Sometimes some objects get visible by moving forth and back in app or by touching objects to preform an action.

    eg. i have list that loads from xml and it shows blank at first... then if i perform selection on blind, selected text gets visible while rest of thex display wrongly... text from one object gets displayed on second one etc. untill get touched and then it displays correctly.

    Same goes for static text objects that have fixed text.

    Can anyone confirm this and is there a fix for this issue?

    I dont know shall i report this as bug in bugreport?

    Ashley

    HELP!!!!!!!!!!!!!!!!!!!

  • same thing here with cocoon export.

    One thing iw noticed... html export opened in iPhone safari behaves the same way

  • Hello

    I just noticed that webview cocoon compiled project misses LaunchImage-1100-Portrait-2436h.png (and landscape aswell)...

    Aldo i can export and properly TestFlight it on ordinary iPhones it won't run in iPhoneX simulator.

    Does anybody have any solution?

  • Thanx!

  • Kraudi

    just to make things clear... unbounded scrolling checked means: unbounded scrolling = YES or NO?

    (Becouse i use 2 out of 5 layouts with unbounded scrolling = NO... can this be a problem?)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello

    Does anyone know what's the best or easiest way to test app for iphone x?

    ... without owning one

    thanx!

  • iw opened second C2 and test it from 50001 port and it works...

  • zenox98

    i have strange issue, when url opened in plain browser its ok but when i execute capx i see their notice: "You have exceeded your free tier limit of 1500 requests. Register for a paid plan at https://ipdata.co to make more requests."

    guy at helpdesk said:

    "ahh I think I know what's up then

    try changing ports on your script, it's probably ratelimiting your referer"

    ...and it said that iw made like 950 calls wich is impossibile... i made maybe two dozen calls all together today.

    And now i dont know whats up... <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

  • Nandynho

    Hm... can you take a look at my capx?

    Its pretty straightforward but i dont get result i was looking for...

    http://www.vixus.hr/test/json.capx

  • Nandynho

    Some help needed, I dont get how this works???

    I am loading json from https://api.ipdata.co/ with Load JSON i guess...

    so i set:

    tag: "geo"

    url: "https://api.ipdata.co/"

    post: "" (becouse i need GET)

    and what now?

    how do i read eg. latitude to set it in my variable?

    thanx!

  • Yann or anyone else...

    I am trying to understand this plugin but im lost...

    I need to set data from this json: https://api.ipdata.co/ into my global variables. Is there any capx example on how to do this?

    lets say i want to set latitude to mine LAT variable.... how to do this?

    Thanx!

  • problem is that user can go to next layout before data loads.... how to continue loading even if layout is changed?

  • thanks, ill try call for maybe he can tell me more...

    Maybe to set timer for like every 300 seconds to make ajax call? ... can that be set in included event? will timer work independently regarding other layouts/sheets and their execution?

    Problem is that this is an app and users can click and switch layouts quite offten and i really dont need that ajax to be updated very frequently... once per sesson or once per day is quite allright.

    But how to set that? How to set that ajax gets responce even if user switches layout?

  • Hello

    I need some clarification regarding included event sheet.

    I use one event sheet to download geodata from http://freegeoip.net/xml

    I have included this sheet to several other sheets and now i have this question...

    Does ajax download starts everytime i change from one to another sheet or is it executed only once even this sheet is included to several others?

    I am doing this becouse user can via click go from one layout to the other before download finishes and i really would not like to accidentaly flood them with requests.

  • marcinkowski

    I can tell you how i do things...

    I give my app to "dumbest" testers arround me... my small niece, old mother etc. sit by their side and watch what they do.

    (They start clicking on screen without any sence... they dont read instructions... etc)

    Now try to add visuals that would get in order those kind of users.