facebook

unable to post any code or pics???

đź’ˇ
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #347485 Reply

    Uplink1001
    Member

    What’s up, can’t post any code or files???
    Keep getting this error.

    You don’t have permission to access /support-genuitec/posting.php on this server.

    Apache/2.2.0 (Fedora) Server at http://www.genuitec.com Port 80

    #347486

    Brandon
    Member

    Been having the same problem.

    EDIT: Seemed to work here, its seems to be letting me now…strange.

    /**
    * Called when document is loaded.
    */
    phoneui.documentReadyHandler = function() {
    document.addEventListener(“deviceready”, onDeviceReady, false);
    }
    
    //called when cordova has initialized
    function onDeviceReady() {
    document.addEventListener(“resume”, onDeviceResume, false);
    myFunction();
    }
    
    //called when the app resumes from background
    function onDeviceResume() {
    myFunction();
    }
    
    //set the inputfield widget’s text to empty string
    function myFunction() {
    //do this
    }
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: unable to post any code or pics???

You must be logged in to post in the forum log in