Search Type: Posts; User: pixelated

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    342
    REQUIRED INFORMATION




    Sencha Touch version tested:

    ST 2.1.0
    Browser versions tested against:
  2. REQUIRED INFORMATION

    Ext version tested:

    Touch 2.1
    Description:

    When auto-retreiving data from a hasMany association, it fails because the sorters param is null and there is no check for...
  3. I can confirm that this is indeed a bug. I too have come across it.

    One way to bypass the issue is to force set filters and sorters in your Store's config:


    config: {
    ...
    remoteSort:...
  4. Hi Mitchell, I'm adding it in within the app.json file


    "js": [
    {
    "path": "assets/lib/JavaScriptUtil.js",
    "update": "delta",
    "remote": true
    ...
  5. Sencha Touch won't 'see' third-party JavaScripts once the system has been compiled into production and deployed remotely.

    As a result, any third-party JavaScripts become useless and any part of...
  6. Yes, I think the issue here is related to web-apps.
  7. I can confirm that this is indeed the case.

    External libraries (non-sencha related such as JavaScripTools on sourceforge) will only be seen by the app in development and testing modes.

    In...
Results 1 to 7 of 7