RunningRazor's Forum Posts

  • Im spending quite a bit of time developing a custom business application which will use iframe for some basic native functions like clicking a link to open the phone dialogue. I seem to remember reading something about iframe not being supported by Android in final apk. Can anyone answer this? Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I need to get images and data from a database and display them in the application for my business. Can this be done in construct without iframe? It sounds like a huge setback with potential not to succeed as its probably far complicated to do these things through Construct, however Im all ears. So do I just load my php and html page into construct as a file and then call from it there maybe dop2000 ?

  • Im using another iframe as well to display my image carousel. This iframe is visible and on screen. dop2000 Is it possible to send fake clicks if the iframe is in view not off screen? Thanks

  • Sending the fake click does not work for some reason dop2000 ! Here is my hyperlink <a href="tel:555-555-1212" id="mylink"></a> and I moved the iframe off screen and try to execute javascript through the browser but a call is not initiated on safari or Android.

  • Im displaying an image carousel through an iframe on my hosted website. I have a button below the image slider and when it is clicked I would like to know what image is currently being displayed. The images are displayed via php with bootstrap carousel. Thanks for reading.

  • Thanks for that nice bit of information dop2000 . I can see where this will be very helpful. Thanks again!

  • Ive come up with a solution for this. I placed my CallStore Image in the html doc as a hyperlink and then I've sized the iframe accordingly and placed it in front of the button in the layout of the application. Im not sure why but the iframe X and Y coordinates are different than the sprite coordinates that it is in front of. Why is this? This seems like it will be a problem when trying to adjust the layout of the objects in my application for different devices and screen sizes.

  • Hello! I have a small sprite at the bottom of the screen called CallStore. I want to place an iframe behind this sprite with the url directed to an empty html file in the root of my website. Example "CallStore1.html"

    The only element on this page is a hyperlink with Store1's phone number. When the user touches the call button I want them also to touch the hyperlink in the Iframe so the device will open the Call Dialogue on the device with the phone number and ready to call. I assume I need to use the html content property of the iframe but i can't seem to get anything to work. Any suggestions? Thank you!

  • Ok GeorgeZaharia thanks. I will just use sprites instead of buttons. Appreciate your comments.

  • Ive tried a single layer and two layers and Ive set the Title Sprite at the top of the layer and set the buttons to the bottom of the layer and yet they still appear above the Sprite at the top of the layer. Can this be worked around? Im using a panel and the pin behavior to scroll the sprites up and down in sequence. See attached picture for more

  • Ok thanks GeorgeZaharia

  • Thanks for replying. You asked what I am trying to achieve. I just wanted to make my images round using border-radius property of CSS. Like shown here w3schools.com/css/css3_images.asp

  • There is an action to set a CSS style on a text input control. I want to set a CSS style to my image which is currently a sprite. Can a text input control be set to an image?

    Tagged:

  • Thank you MPPlantOfficial It worked dop2000 I changed the drop to any touch end and added some padding to the panel and it works! Thank you so much!

  • Ok dop2000 Here is the project file. Thank you again! Im using 2 layers one being locked. I assume this is where the problem is but idk. 1drv.ms/u/s!Aky113ixKPF-mTVxdaxkiIb26Exv