I am currently trying to add a custom keyboard in B4i for an iOS app.
So far i've figured that the keyboard is called upon the KeyboardStateChanged Event.
My question is simple, how can i forbid the keyboard to pop up, and instead show my custom
keyboard. (a custom panel with custom buttons basically...)
I keep on getting (when tap on txthesap)-
child view controller:<UICompatibilityInputViewController: 0x143e3a720> should have parent view controllerage (vc): Page but requested parent is:<UIInputWindowController: 0x14408da00>
Just to confirm,
txthesap is a TextField
panelmakine2 is a panel
Both are initialized in the layout file in Main. Above code is placed immediately after LoadLayout in Application_Start,
panelmakine2 has views in it. How does panelmakine2 load layout files? This is where my problem may be. Can you please elaborate a bit more with an example.