NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on November 10, 2013, 09:00:53 PM

Title: Mobile issue
Post by: terryd on November 10, 2013, 09:00:53 PM
Clarion9 Nettalk725
As I mentioned in a previous post one of my client's client want to capture remotely using a tablet what was captured inhouse before.
I have created a form specifically for the remote capture.
I need to test for mobile as well since I don't know if the tablet they use will be a 7" or 10".
When _mobile_ = 0 Capture is fine and no messages appear in debugview.
When _mobile_=1 Capture is fine but the attached message appears in debugview.
I have done a global search on my development PC and I cannot find this file (web\scripts\jquery.mobile-custom.js) anywhere.
Do I need it, if so how do I get it, if not how do I tell the application not to look for it?

[attachment deleted by admin]
Title: Re: Mobile issue
Post by: Stu on November 10, 2013, 10:03:08 PM
Not sure it'll help, but that looks like it belongs in whatever "theme" folder is being used.
Title: Re: Mobile issue
Post by: Bruce on November 10, 2013, 10:37:29 PM
Hi Terry,

You'll likely find the system goes a lot faster if you tick on "combine files". That would make this go away.

the web\scripts\jquery.mobile-custom.js file is not used at the moment - but if you create an empty file in your web\scripts folder you'll satisfy the browser.

cheers
Bruce