Mobile friendly website

Hi,…

is there any possible way to develop mobile friendly website using scriptcase?

because i got customer that requestiing mobile friendly version for their application

thanks,

regards
Johan

Re: Mobile friendly website

There are 2 options. Design your screens to fit, or find a mobile framework.

Regards,
Scott.

Re: Mobile friendly website

did you mean the form/grid size?

Re: Mobile friendly website

The ScriptCase does not developed yet any app only for mobile.

Re: Mobile friendly website

did you mean the form/grid size?

Yes … you could have your app detect the device and load the correct SC app (grid/form).

Regards,
Scott.

Re: Mobile friendly website

yeah, its little bit hard to resizing the app. But, its ok for now :slight_smile:

I hope scriptcase team will include mobile friendly system on next version :slight_smile:

Re: Mobile friendly website

Did you consider creating 2 seperate apps, one for mobile and one for large screen devices? Depending on device the rght app is loaded.

Create same apps present in alternative option both mobile responsive or large screen device…concern website bulider/Mobile Website Builder for creating mobile friendly system.

I have had some success by adding a line to the generated php files eg formname_form0.php.
Add the following above line that has the </HEAD> html construct:
<meta name=“viewport” content=“width=device-width, initial-scale=1.0”/>

It doesn’t work for everything but it has helped me make some simple forms a bit more responsive.

Cheers

hi, brendan, which event i can put it? could you paste your code?
I tried in onscriptinit:
echo ‘<meta name=“viewport” content=“width=device-width, initial-scale=1.0”/>’;
But do not worked.

Does it really work? I’ll try it…

It definitely worked for me.