[Hybrid App] Native alerts -> customize captionTitle and buttons

0
We’re building a hybrid app with 8.10.2, with the modules NanoflowCommons and MobileResources.  We would like to customize the title caption of native alerts on mobile. Currently the title is hardcoded as ‘Confirm’ in Dialog.js from ‘MobileResources.mpk’. I tried changing ‘Confirm’ to args.title and args.titleCaption, but that doesnt work. I do not know how to access the console when I’m on mobile, so i can console out args object – console.log(args).  Second question is: Is it possible to replace the info alert from Mendix in our Hybrid app? Or to have a native alert with only 1 button?
asked
0 answers