![]() |
Ajax FW (cjax) in Android stock browser errors - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Ajax FW (cjax) in Android stock browser errors (/showthread.php?tid=56466) |
Ajax FW (cjax) in Android stock browser errors - El Forum - 12-21-2012 [eluser]mmmx[/eluser] Hi I'm getting in troubles when using ajaxfw controller pages on android browser. Everything work from desktop, but clicking on buttons that trigger cjax functions from an android device I always get the following error: Code: #process unabled to load function#1:_call(); Does anyone already encountered this issue? The same can be found trying to use the examples from cjax as this: http://cjax.sourceforge.net/examples/click_ajax_request.php Ajax FW (cjax) in Android stock browser errors - El Forum - 12-22-2012 [eluser]Ajaxboy[/eluser] Sounds like a relatively easy to fix problem but I haven't personally debug on mobile devices, but if you do be sure to fork and pull your changes on https://github.com/ajaxboy/cjax Ajax FW (cjax) in Android stock browser errors - El Forum - 12-23-2012 [eluser]mmmx[/eluser] I will give a look to it, but unfortunately I am a very beginner with jQuery and advanced javascript... Ajax FW (cjax) in Android stock browser errors - El Forum - 01-29-2013 [eluser]Unknown[/eluser] Android is working on Chrome browser right? I found this article on fixing issues on chrome, it may help: |