Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: Sean H. on February 01, 2022, 12:26:00 pm



Title: GBC Input Array Crashing On Mobile
Post by: Sean H. on February 01, 2022, 12:26:00 pm
Hello everyone,

I have a basic Form being used by the GBC with some Inputs, one of them being an Input Array.

It works fine when doing the Input on Desktop Browsers but it seems to crash when trying to do
the Input on Mobile devices. It seems to only happen when trying to use an Input Array.

I don't know if it is because the Table is being rendered differently on mobile devices but is it possible
to keep the Desktop Rendering of the Table on Mobile Browsers or is there another way to get the
Input Array working?


Title: Re: GBC Input Array Crashing On Mobile
Post by: Reuben B. on February 01, 2022, 11:44:19 pm
I wrote on an article on this phenomenon ... https://4js.com/ask-reuben/ig-54/ ... IMHO the best solution is in the paragraph beginning "A second more popular alternative ...". 

(Also note ListView were removed in 4.00 which is the subject of another article https://4js.com/ask-reuben/ig-109/)


Title: Re: GBC Input Array Crashing On Mobile
Post by: Sean H. on February 04, 2022, 08:40:26 am
Hello Reuben,

Making the change in the 4st got it working again, thank you so much!