Ticket Q500791
Visible to All Users

Run demos in desktop browsers

created 12 years ago

I have just down loaded the phonejs example zip.

Yet I wont work right in chrome, or safari on dekstop. Can work in ipad simulator.

Am i missing something? I know its mobile but shouldnt the examples run in the desktop browsers too?

Answers approved by DevExpress Support

created 12 years ago (modified 12 years ago)

Hello Lee,
I appreciate your interest in our products!
You are right, demos are designed to run on mobile devices and it is preferred to use third-party device simulators, such as Ripple. If you'd like to run demos in desktop browsers, you can edit an application's js file (index.js) to apply specific styling before an application is initialized, e.g.:
    DevExpress.devices.current('iPhone');
    XXX.app = new DevExpress.framework.html.HtmlApplication
In addition, use a webserver to setup and run a demo. Let me know if you need further assistance.

    Comments (2)
    VS VS
    viswanadh sripada 12 years ago

      using Ripple produces below error
      "Uncaught TypeError: Cannot assign to read only property 'back' of #<History>"
      Thanks in advance for your help.

      Alex Skorkin (DevExpress) 12 years ago

        Hello,
        I'm afraid that we cannot do much here, as various emulators work differently and are unpredictable. In this case, I recommend trying a different device emulator to see if an application works there. Or, you can use Eclipse IDE or xCode for creating application packages and running them on devices.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.