Page 1 of 1

inline not showing button text in Mobile

Posted: 2020-02-08 17:08
by dharbitindy
The Inline View is not showing the Button Text on the Mobile Screen (iPhone) for some reason?

Thanks,
David

Re: inline not showing button text in Mobile

Posted: 2020-02-09 12:22
by jsetzer
Any errors in the console?

Can you please post a screenshot.

Re: inline not showing button text in Mobile

Posted: 2020-02-09 18:10
by dharbitindy
Hi Jan,

Attached is a screenshot from my phone. Not sure how to get a console on the iPhone though.

Thanks,
David

Re: inline not showing button text in Mobile

Posted: 2020-02-09 20:13
by Alisson
I belive he text is there if you scroll to the right, is just that your theme is not been responsive.

Re: inline not showing button text in Mobile

Posted: 2020-02-10 06:07
by jsetzer
Hi,

if you have too many columns in table view on a small device screen, AppGini automatically adds scroll-buttons above the table:

chrome_87QcrOREqT.png
chrome_87QcrOREqT.png (20.12 KiB) Viewed 9479 times

On a small device the buttons of an "inlined" detail view are placed at the bottom. In my theme (yeti) I can see the button text:

chrome_peGoIcVXGx.png
chrome_peGoIcVXGx.png (13.86 KiB) Viewed 9479 times

If your customers are using this table view a lot on small devices, you should consider disabling inline-dv plugin for this table. There is a forum post here showing how to conditionally disable inline dv plugin per user (or you can add your own conditions): viewtopic.php?f=12&t=3429&p=12085#p12085

You can even replace the default table view by a custom page. On a custom page you can provide your own custom table-view using bootstrap's built in components which render pretty well on all kind of devices.

Best,
Jan

Re: inline not showing button text in Mobile

Posted: 2020-02-11 13:49
by dharbitindy
Alisson wrote:
2020-02-09 20:13
I belive he text is there if you scroll to the right, is just that your theme is not been responsive.
You are correct in that the text is to the right. It doesn't show up that way without the Inline DV though.

Re: inline not showing button text in Mobile

Posted: 2020-02-11 13:52
by dharbitindy
jsetzer wrote:
2020-02-10 06:07
Hi,

if you have too many columns in table view on a small device screen, AppGini automatically adds scroll-buttons above the table:


chrome_87QcrOREqT.png


On a small device the buttons of an "inlined" detail view are placed at the bottom. In my theme (yeti) I can see the button text:


chrome_peGoIcVXGx.png


If your customers are using this table view a lot on small devices, you should consider disabling inline-dv plugin for this table. There is a forum post here showing how to conditionally disable inline dv plugin per user (or you can add your own conditions): viewtopic.php?f=12&t=3429&p=12085#p12085

You can even replace the default table view by a custom page. On a custom page you can provide your own custom table-view using bootstrap's built in components which render pretty well on all kind of devices.

Best,
Jan
Sounds good Jan. I really like the Inline-dv, but also like the way that AppGini handles the Mobile screen so I'll take a look at your suggestions above.

Thank you,
David