Thank you. Anyway I still have not figured out why this comes as soon as I open the page. I don't do any of these in the load event.
Ok, my aim is to show a long read only text. Which control can I use then? Can I make the text area readonly?
On observation, the spinner comes in both cases when I set with multi-page template and without. But when it is set not t use multi page, the spinner disappears after some.
Is there somehow a way to tell the app builder to regenerate the every code when I Save? Or it that being done already? I am suspecting some invalid code lying around somewhere.
No, no change ![]()
No, there is none. I am also thinking how does it differ when I use the browser and the app. Anyway at some places, I was specifically doing a showSpinner in third page during load. I am removing it and testing.
As soon as open the app, the busy spinner is coming to the front. I have tested the app in browser and all works perfectly fine. As soon as make the apk and put in the mobile, this starts happening. Getting kind of lost
Any ideas why?
I am binding a grid view to a REST output. This dynamically adds entries to the grid. I would like to clear the grid when I click a button. Tried searching the jquery mobile docs, wasn't able to figure out.
I have the same question for a Listview also.
As I told before, the service is invoked, it returns the string "None" and the json parse throws and exception. My whole aim is to update the string to a valid string before parsing happens. Again, none of the events are called and I am unable to get a callback before the parsing happens.