Ashutosh's Forum Posts

  • 4 posts
  • Thanks for your replies. I tried to use the trigger "on object touched" and it solves the problem. Thanks Kyatric for suggesting that.

    The issue seems to be fixed in R139. Ashley , you can close the bug. I am sorry I reported the bug without testing in the latest release. Will take care from now on.

  • I have a "Text object" on click of which i want to call "browser -> open URL in new window".

    I am using "touch -> Is touching Object" for simulating the click behavior.

    It works fine on all the touch devices.

    But when i use it with mouse/touch-pad, i am facing a lot of issues.

    The new page opens successfully in new window but when i go back to the original window, i observe the following:

    1) the system keeps on calling "browser -> open URL in new window" continuously.

    2) The mouse hover starts behaving like a mouse click event.

    Note that I have enabled Touch -> use mouse input as "yes"

    The version that i use is "release 132 64bit"

    Link to .capx file (required!):

    dropbox.com/s/nwsexvmifo2mrgd/Browser_issue_new_url.capx

    Steps to reproduce:

    1) Click on "Click to open a new window". This opens google.com in a new window

    2) go back to the original window

    3) now try to hover over the texts.

    Observed result:

    The hover behaves like a click event.

    Expected result:

    The hover should behave normally.

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Operating system & service pack: Windows / IOS

    Construct 2 version:Construct 2 Release r132

  • Even i am facing the same issue.

    Ashley can you please suggest a work around.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am developing a project and i am really stuck at two problems:

    1) I have provided a link to the users so that it opens the URL in new window. I am using the custom Browser -> open URL in new window action. This works fine on chrome on IOS but on Safari , it does not opens any thing. I am facing this issue on both IPAD/Itouch.

    2) I have a Facebook button which shares the app on Facebook. I am using the custom facebook plugin for this. This works fine on windows browsers but when i try this on IPAD/Itouch , it doesnt work for any of the browsers.

    Please suggest what i might be doing wrong or any workaround.

  • 4 posts