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?
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/)
Hello Reuben,
Making the change in the 4st got it working again, thank you so much!