Internet Browser

2 posts / 0 new
Last post
mkkulkarni
mkkulkarni's picture
Offline
Joined: 17 Mar 2010
Posts:
Internet Browser

Hello Friends!
Has anybody tried developing a Browser in Mosync. I want to open a an index.aspx page on my IIS server automatically on executing the application on the mobile. I do not need any address bar, links, navigation buttons. All the navigation controls are provided on the index.aspx page. The index.aspx page requires Mobile Phone's IMEI number to be posted in a querystring. The server then authenticates the user by checking in the database if the user is allowed to access and based on the IMEI number redirects to main.aspx page.
Can anyone help?
Thanks in advance!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Fredrik Eldh
Fredrik's picture
Offline
Mobile Sorcerer
Joined: 16 Feb 2009
Posts:

A web browser is a very complicated program. While it should be possible to write one in MoSync, we feel it's much better to use our target devices' built-in browsers.

To open the browser from within a MoSync application, pass a URL to our function maPlatformRequest().