android mobile website - codeigniter

how can i hide the url while using android mobile web in android mobile web browser??

AFAIK, the only way to do that is to when you display a webpage inside an Android application.

Do you mean cloaking the URL (by using Frames) or hiding the address bar ?

Related

how to find out which webkit version for UiWebView user control?

I am using XCode IDE for developing a web browser desktop app. The app is very simple and it uses UiWebView user control to display a web page content.
I am running into some issues with web page with specific version of web kit rendering engine that UiWebView user control uses. The UiWebView user controls load different web kit on different Mac OS (not sure how it was loaded).
The question I am having are:
How do I specify the web kit rendering engine for the UiWebView user control? Can I overwrite the default web kit engine?
If it is possible to use the my own UiWebView user control based on the version of web kit I choose.
Thank you in advance!
derek

Is there a way to display the URL bar for an external page in a windows Phone app made in Phonegap?

I am building an app in Phonegap for windows phone 7, iOS and android using JQuery mobile. The app was rejected by Microsoft because when it links to an external page to donate to a charity, the URL bar is not visible when the user goes to this external page to show the user that HTTPS is being used. Is there a way to show the URL bar in the external page or to maybe force the link to open in Internet explorer.
Have you tried to use
target="_blank"
for external ulr?
Alternatively you can use the ChildBrowser Plugin.

How to use mobile layouts in PyroCMS

I'm trying to use mobile layouts so that PyroCMS will choose the correct layout automatically if the user is visiting with a mobile device.
I have my MyTheme/views/web and MyTheme/views/mobile.
The web views get loaded as they should, the mobile views however do not. When I use an android or iphone simulator I don't get the mobile-views, I just get the web-views.
why? is there something I have to enable, or is there somewhere I can go to perhaps get an error message and see why?
mobile safari was not added to mobile user agents, that was why it wasn't registered

Open Windows Phone 7 App from URL

I need to launch my WP7 application from the phone's browser and pass some arguments. For example, the following url would be a link on an html page. Clicking the link would start my application. iPhone and Android both have these capabilites by the name of 'url schemes'.
appName://my.arguments.here
How can I accomplish this on WP7?
Thanks!
Unfortunately there is currently no support for "url schemes" or custom URL handlers that will allow you to handle these requests from within your application.
It is possible to integrate with the search application, which can provide deep linking into your application. It also appears that YouTube has some kind of way of doing it, as the mobile version of their site will jump to the app for playback of videos.
You should use the protocol activation feature of Windows Store apps - see http://msdn.microsoft.com/en-us/library/windows/apps/hh452686.aspx

How to render the Mvc Mobile View in a iPhone?

I got to a stage that my Mvc mobile view (iPhone) is rendering in a web browser.
Eg.
Home
Mobile
iPhone
Index.aspx
My question is how can I get this View into an iPhone type simulator? I don't know hot to get the mobile view to a nice looking simulator. Any ideas appreciated.
Found the solution. I can use this to show the web mobile content. Doesn't work in most browsers but work in this device.
http://labs.blackbaud.com/NetCommunity/article?artid=662

Resources