Progress just updated from Tiggzi to Appery.
Suddenly I get the javascript error that "createSpinner is not defined". Did appery change the name of the createSpinner method?
If I don't use the createSpinner method now, no spinner is shown in my entire application, and I use a lot of service requests that used to show a spinner.
Also to show an invisible textinput with Appery('txtText').show(); is not working anymore. Appery('txtText').html() or Appery('txtText).prop('outerHTML') is showing empty, while in Firebug I can clearly see this:
precode
<input id="j_242" class="mobiletextinput3 ui-input-text ui-body-b" type="text" data-mini="true" data-theme="b" tabindex="13" value="" dsid="txtText" name="txtText" style="display: block;" placeholder="Naam van nieuwe favoriet">
/code/pre
Was there changed something in the code?