Page 1 of 1
using typeform.com with Livecode
Posted: Wed Apr 02, 2014 6:05 pm
by newtronsols
I simply modified the Example Browser in the newsletter with:
mobileControlSet sBrowserId, "url", "
https://mobileappfactory.typeform.com/to/I8jkYx"
If you test :
https://mobileappfactory.typeform.com/to/I8jkYx this works.
But then when tested via USB to my android the submit button at the end doesn't show.
Re: using typeform.com with Livecode
Posted: Thu Apr 03, 2014 1:24 pm
by LCNeil
Hi NewTronsols,
I have given the typeform website a go via a mobile browser, embedded in a LiveCode stack and there definitely seems to be some forum of web page rendering issue. I tried the URL on both the default stock Android browser and withing a mobile browser on iOS and it works without any issues.
It look like what you have discovered is a bug in the native android browser implementation within LiveCode and as this is a case, it would be great if you could file a bug report on the issue with our quality control team-
http://quality.runrev.com
Our QC team will aim to promptly investigate the issue and if possible, implement a fix.
There is a possible alternative I could suggest and in involves launching the default Android browser on your device via-
Code: Select all
launch URL "https://mobileappfactory.typeform.com/to/I8jkYx"
Although this does not open a browser directly within your stack, it should allow user to fill in a form and return to your app after they have done so.
Kind Regards,
Neil Roger
--
RunRev Support Team ~
http://www.runrev.com
——
Re: using typeform.com with Livecode
Posted: Sun Apr 06, 2014 12:04 am
by newtronsols
Works with a standard Livecode button but not a mobgui button - Android.
Re: using typeform.com with Livecode
Posted: Mon Apr 07, 2014 9:53 am
by LCNeil
HI newstronsols,
I have edited the datagrid example with a mobGui button on the following forum post and all seems to be working as expected-
http://forums.runrev.com/viewtopic.php?f=73&t=19836
Kind Regards,
Neil Roger
--
RunRev Support Team ~
http://www.runrev.com
——