shannah/xataface

table tabs unavailable in mobile view

airdrummer opened this issue · 8 comments

only the 1st table is accessible
no menu for othr tables
note lack of table selection

That's odd. The tables should be rendered as tabs at the bottom of the screen. Try updating to the latest and see if that fixes it.

nope, on my letartliveon.com site i get a green circle w/3line burger that does nothing:
`


menu

           </div>`

why does the html get parsed inside code quotes?-[
whitespace sic...on my cg db i get the green button w/ 3 vertical dots:
`

                     <a class="zoom-fab zoom-btn-large" id="zoomBtn" title="" href=""><i class="material-icons">more_vert</i></a>
                                                    
           </div>`

Check your javascript error log and PHP error log.

js: TypeError: ActionSheet is not a constructor

lemme set php errs...btw i have these directives:
[_prefs]
disable_master_detail=1
legacy_compatibility_mode=1

Block "before_table_tabs_mobile"
menu [which contains the normal passwd/profile/logout items]
Block "after_table_tabs_mobile"
Screen Shot 2021-03-07 at 10 39 30

I see. All of my apps use the _tables action category for my table tabs, which overrides the _tables section of the conf.ini and is more flexible. See Customizing Navigation Menu for details on this procedure.

I have just committed a fix that will display the table tabs without having to do this.

thanx! php log obe then?

worx gr8, thanx!-) i can't keep up with all ur new features except when they break my apps;-}