FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolbar should not disappear on method call screen

yur1xpp opened this issue · comments

Environment

  • Platform+version: iOS 14.3
  • FLEX version: 4.4.0

Bug Report

When trying to call method especially the ones with that have many input input arguments, the tool bar at the bottom that host the "Call" button automatically hidden and not reappearing again no matter scrolling the view up or down, effectively making calling the method impossible. One suggestion is to never hide the bottom tool bar. I also noticed that quite often the text field for input arguments are also unresponsive after changing between "Value" and "Address", not sure if it's somehow related to the same bug.

https://imgur.com/a/vMOCTs2

If you tap the navigation bar it will reappear, but yeah I need to make it so the toolbar will not ever disappear on that screen. I also noticed the text field bug, not sure what's causing that… really annoying.

I need to re-write that entire screen. It's one of the few parts of FLEX I haven't rewritten from scratch by now.