Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 0    Views: 198

sarahk
Code is Art
Profile
Posts: 159
Reg: Jul 16, 2014
Auckland
10,290
06/29/16 07:09 PM (7 years ago)

[Suggestion] HTML Pro plugin and forms

Hi Chris1 I'm using HTML Pro and on one of the screens my users need to submit a form. The url was being called but no "post" data was going with it. I had a wee dig around and the solution that will work for me is to make this change to the beginning of shouldStartLoadWithRequest if (navigationType == UIWebViewNavigationTypeFormSubmitted){ [BT_debugger showIt:self theMessage:@"navigationType: UIWebViewNavigationTypeFormSubmitted"]; return YES; } There may be a more sensible place to put it but for my purposes and my objc skills this is enough. Just thought I'd feed it back in case you were thinking of making changes to the plugin. >>I haven't checked the Android version yet but I'm guessing I'll find the same thing.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.