JamalGitHub

Results 7 comments of JamalGitHub

May you are using deprecated methods. If not, remove the old references and add them again. See https://github.com/AuthorizeNet/sdk-dotnet/releases.

Could you show your the code that is not working?

Just wondering, are you missing the following in config.xml? ``` ``` Also, I do not see cordova-plugin-splashscreen v5.0.3 listed in your plugin list.

> Hi - Any update on this? I am having the same exact issue. It seems that the white screen appears for me only when `` is included in my...

> Is the splashscreen plugin necessary for the application to load? However I migrated to capacitor due to the very low maintenance of cordova so I can close this issue....

Used **cordova-plugin-keyboard** plugin to resolve issue. document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { Keyboard.shrinkView(true); Keyboard.hideFormAccessoryBar(false); }

Using the above options have side effects. The (tapped) focused element before iOS keyboard is shown loses focus and caret on input elements is not shown within the input area....