Hi!
I bought the plugin and i'm trying to pass into an iframe a concreate code...
Ex: parent url : /configurador/?code=2134097
And into the iframe i want to pass the code parameter...
Following the tutorials i was able to do it with the following shortcut:
[advanced_iframe src="https://..../index.php" url_forward_parameter="code" height="700"]
I want to say that works like a charm in all the devices but not on IOS devices...
Also to say that parent domain and iframe domains are differents and parent doesn't have the https yet.. (development environment)
Can anyone help me with that? Thanks in advance.
There should no be any difference.
See http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/url-features -> example 49 for a alternative solution how to pass things.
So IOS is ipad iphone or also MAC?
can you enable the debug console: http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/debug-javascript-example
then you see also on iio the url you get in the iframe.
Best, Michael
I will try it in a while! I'll keep you posted!
P.D. It's with iphone.
All good now?