irina's Forum Posts

  • dop2000

    Interesting... to me it opens in browser either on iphone or android.

    hm... how do you test it?

  • Been there, seen that...

    shift or Objective-C examples are not much of help...

    best so far i got this:

    browser execute javascript | "window.open('https://www.google.com/maps/search/?api=1&query=pizza', '_self', 'fullscreen=no');"

    but i get map in browser and not an actual app

    iw seen this on stack:

    window.open("geo:0,0?q=pizza" , '_system');

    but its not working... (or atleest i cant make it work)

  • Hello,

    Does anyone know how to make a proper call to open google map app on android or iOS?

    Thanx!!!!

  • Walessio

    Thanks... shame on me for not seeing that!

  • Hi all...

    I have a string that consists of several parts that are delimited with unreserved symbol.

    eg. hyphen, underscore or tilde.

    Like this: xxxxxxx_yyyyyyyy_zzzzzzzzz_wwwwww_qqqqqq

    I want to get part between first and second underscore, then part between third and fourth underscore and so on...

    How can i get only certain portion at the time of this string?

    Thanx

  • i would say C3 is better choice.

    Only downside is that C3 does not have much custom plugins yet... but that will change in time.

  • your "text with function"? what does it mean

    I use function to create list of text elements from XML

  • hello,

    I have a small problem.

    Since i am creating my text with function it seems that line height setting in text options don't work... (prehaps its a bug)

    So i am looking for a way to change line height within events... is there a way to do this?

    thanx!

  • zenox98

    Can you help?

    Unfortunatly webfont is not an option becouse of loading issue on iOS

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Construct says that iOS official font SanFrancisco PRO is not supported...

    How can i use SF font in my app so that it looks authentic on iOS devices?

    Thanx!

  • Hello,

    Server is not a problem.

    I have problem with images.

    When i load from url... they are all the same... i dont know how to set each frame to different image?

  • luckyrawatlucky

    like your carousel animation in Construct 2 tutorial!

    Is there a way to import frames dynamic from URL?

  • R0J0hound

    Great job!

    Any tips on how to make it move 1 by 1 image using swipe?

    And one more thing... is there a way to load image animation/frames from URL (increase / decrease number of frames and to load on each frame different image) so one can make a realy dinamic carousel?

    (when i try load from URL it changes all frames to the one loaded)

  • Does it have to be browser popup?

    Can it be just called in another window?

  • c2electron.github.io/guide better alternative to NW.js, and it all comes at a much lower browser bloat compared to nw 100 mb+ without a game

    what is this Electron?