My problem with the XDK is that as soon as i started adding a few more pages on my HTML5 project the very first "CONTINUE" button started malfunctioning.. It does not work anymore or takes me to the next page... What might be the problem and how can i fix it? Thanx in advance
Link Copied
Hi Gibson,
The problem is that you use (or the code generated by app designer) an & symbol in your buttons ids. Change those ids to alphanumeric characters, and also remove spaces if there are any, and all will work again. The problem is in Travel & Transportation links.
I found this using Chrome code tools.
Regards,
Diego
Hi Gibson,
Are you using App Designer? If so, what framework?
How did you bind the CONTINUE button? Does it have a simple page link, or did you use the Custom Script option? Does the button react to the mouse when it is over it? And does it react visually when clicked? Or is it unchanging?
Without your project at hand, it is difficult to advise, but I would start with two hunches:
Chris
Those CSS reports seem strange. Those things should be supported fine.
But, that's neither here nor there relative your page linking problem. Can you .zip and upload your project? Attach a ZIP of your ENTIRE project folder using the "Attach Files to Post" link below the forum edit window. If you do not wish to share your project publicly, please send me a private message and attach the ZIP to that private message.
Hi Gibson -- Chris is out on for the holidays, it may be a while before he can take a look. I'm afraid I'm not well-versed in the intricacies of App Designer, so I can't really help out.
Gibson -- I've pointed Chris to the thread, but we are still in the midst of a long holiday week (our regular work schedule resumes next Tuesday), so no guarantees of a quick reply.
Hi Gibson,
The problem is that you use (or the code generated by app designer) an & symbol in your buttons ids. Change those ids to alphanumeric characters, and also remove spaces if there are any, and all will work again. The problem is in Travel & Transportation links.
I found this using Chrome code tools.
Regards,
Diego
Please let us know if your issue was resolved with Diego's suggestion - when you get a chance - so we know whether you need further assistance or not.
For more complete information about compiler optimizations, see our Optimization Notice.