inline not showing button text in Mobile

Topics related to AppGini plugins/add-ons go here.
Post Reply
dharbitindy
Veteran Member
Posts: 101
Joined: 2019-05-26 18:38

inline not showing button text in Mobile

Post by dharbitindy » 2020-02-08 17:08

The Inline View is not showing the Button Text on the Mobile Screen (iPhone) for some reason?

Thanks,
David

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1817
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: inline not showing button text in Mobile

Post by jsetzer » 2020-02-09 12:22

Any errors in the console?

Can you please post a screenshot.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

dharbitindy
Veteran Member
Posts: 101
Joined: 2019-05-26 18:38

Re: inline not showing button text in Mobile

Post by dharbitindy » 2020-02-09 18:10

Hi Jan,

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

Thanks,
David
Attachments
IMG_0812.jpg
IMG_0812.jpg (45.64 KiB) Viewed 6171 times

Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Re: inline not showing button text in Mobile

Post by Alisson » 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.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1817
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: inline not showing button text in Mobile

Post by jsetzer » 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
chrome_87QcrOREqT.png (20.12 KiB) Viewed 6159 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 6159 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
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

dharbitindy
Veteran Member
Posts: 101
Joined: 2019-05-26 18:38

Re: inline not showing button text in Mobile

Post by dharbitindy » 2020-02-11 13:49

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.

dharbitindy
Veteran Member
Posts: 101
Joined: 2019-05-26 18:38

Re: inline not showing button text in Mobile

Post by dharbitindy » 2020-02-11 13:52

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

Post Reply