cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to view Mashup from mobile browser?

rmote
1-Newbie

How to view Mashup from mobile browser?

I developed a thingworx application. From my laptop I can easily view that mashup.

Now I want to view that mashup from my mobile browser as a web page.

For this I kept my laptop & mobile on the same network, put same url in the mobile browser, but it's not working.

How do I achieve this?

I tried the url is as : http://localhost/Thingworx/Mashups/<mashup_name>

Thanks,

Rupesh

1 ACCEPTED SOLUTION

Accepted Solutions
supandey
19-Tanzanite
(To:rmote)

Rupesh, is localhost addressable for your mobile browser? i guess not, you need to get the IP of the server and replace that localhost with it and then try to access the mashup. It will work if both your mobile device and ThingWorx server are on same network.

View solution in original post

4 REPLIES 4
supandey
19-Tanzanite
(To:rmote)

Rupesh, is localhost addressable for your mobile browser? i guess not, you need to get the IP of the server and replace that localhost with it and then try to access the mashup. It will work if both your mobile device and ThingWorx server are on same network.

rmote
1-Newbie
(To:supandey)

Thanks Sushant !

Its working now with both mobile device & thingworx server are on the same network. 

dupatel
19-Tanzanite
(To:rmote)

Rupesh Mote

Use IP address of the application server to access the URL on mobile device. It should give you the same Thingworx login page to enter credentials.

http://< IP Address:Port >/Thingworx/Mashups/

rmote
1-Newbie
(To:dupatel)

Thanks Durgesh !

Its working now.

Top Tags