Hi
Getting more and more into MobiOne now and comparing it with the 2 other apps I’ve looked at, its second to none. I have spotted an issue though with v2.1.1 I think
If I add a html element and give it an id of test for example on a page called myPage.mobi I would expect (from what I can see of other items) that the html ID for use in jQuery selectors would be #m1-myPage-test ? However it seems to be #m1-myPage- (without the actual ID on the end?) in the generated html page
Am I missing something or doing something wrong? I’m new to mobiOne and still just about in the trial period although I will be paying this week. Other items like buttons etc seem to work fine – it just seems to be the html widget
At the moment I’m coding my jQuery to use the id in the form of #m1-myPage- and its working but I’m aware that if this is fixed in an upcoming release, my code is going to break. I may well look to see if i can achieve the same without using a html widget.
Thanks
Tony