facebook

More bugs in Mobione ??

💡
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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #332933 Reply

    alonso100
    Member

    Hello,

    I have here 2 possible bugs in Mobione. When I test the application in test center it works allright and looks good; when I generate the .apk file and install it in my Samsung Galaxy II then it does not work:

    1) check conection to internet (mode online/offline)
    I found in this forum this example on how to check if the smartphone is connected to internet. This is my code:

    function check_online_status(){
      if (window.navigator.onLine) {
        subrc = 0;
      } else {
          alert('No internet!!');
        subrc = 4;
      }
      return subrc;
    }

    I set my phone into flight mode and I get no error message.

    2) DD-Field does not show the options
    I read a database table and feed a DD-field with the records. When I display it in the test center (either as android or as iOS) it shows the option either in a popup window or a wheel. When I run it in my smartphone nothing happens. It looks like the field were inactive. Screenshot is attached. After many tries it opened once but that was all.

    Now what is the possible reason for this ??

    Attachments:
    You must be logged in to view attached files.
    #332940

    support-michael
    Keymaster

    >1) check conection to internet (mode online/offline)

    The online doc is preliminary and continuing to be updated as I test across a zillion environments. I finally got some time to run through testing online support on 3 ios and android devices (extremely time consuming). My 1st experiences were terribly inconsistent. See my updates https://docs.google.com/document/d/16W6eocCggyff7RIdcEVkNC2A0arV1ppddpOpR9xL3sc/edit?pli=1#heading=h.xk2cv2g84zhf

    #332941

    alonso100
    Member

    Hi,

    I also noticed it during my tests. Does it mean that there´s no solution in case of Android ??

    #332942

    support-michael
    Keymaster

    > Does it mean that there´s no solution in case of Android ??

    I will provide an alt android connection test later today (Sat).

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: More bugs in Mobione ??

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