shannah / xataface

Framework for building data-driven web applications in PHP and MySQL
http://xataface.com
GNU General Public License v2.0
138 stars 58 forks source link

table tabs unavailable in mobile view #120

Closed airdrummer closed 3 years ago

airdrummer commented 3 years ago

only the 1st table is accessible

no menu for othr tables

note lack of table selection

shannah commented 3 years ago

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.

airdrummer commented 3 years ago

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>`
shannah commented 3 years ago

Check your javascript error log and PHP error log.

airdrummer commented 3 years ago

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

airdrummer commented 3 years ago

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
shannah commented 3 years ago

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.

airdrummer commented 3 years ago

thanx! php log obe then?

airdrummer commented 3 years ago

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