I installed & configure mobile switch, mobile tool module and mobile theme in my drupal7 in my local machine. I see the site in android emulator. Its not changed to mobile theme. Please help me out guys
Related
I am creating a website where my customers can create a single page website and a simple mobile app (android + IOS).
For providing mobile apps, I am creating 2-3 themes for mobile apps. and I need to create my client's mobile apps changing minor things like name, icon, logo etc.
I want to skip commend line process, for creating mobile app form theme.
so my questions are:
can I host multiple mobile app theme code in expo or any other platform?
If yes, then what is price for this service?
I am trying to start developing my personal web using polymer starter kit as my basis. When I tried to run the web locally using python server, it all ran well and the mobile mode is working. But when I upload it into my Github, it does not change into mobile layout if I open it in my Android phone.
Any idea why?
My full code is available at:
https://github.com/flamechamp/flamechamp.github.io
I am looking for a service / software which takes website and wraps it in a mobile application for iPhone and Android. Without any additional features such as navigation or push messages. Just wrapping website + select app logo and name.
I am not able to find such a thing.
Maybe somebody knows?
You can try ionicframework or jQuery mobile for converting web app (client side javascript) to mobile app. Which supports both android and iOS.
In worklight we can use native pages in a Hybrid application. Similarly I want to use the native pages in a the Mobile Web environment.
Is there any possibility to do this?
Short answer: No.
Longer answer:
WL.NativePage.show is available, as the documentation states, for Android and iOS.
Mobile Web environment - a webpage that is served, loaded, displayed, ... in the device's mobile browser app.
Hybrid app - an app that is comprised of a native shell and a WebView inside it, allowing the ability to open a native page... you do not have that in a browser.
There is no such thing in mobile web. Mobile web is a web site and not an application. However, you can leverage url schemas supported in iOS/Android. e.g. create an app that will declare myapp:// schema support and then add a link to your mobile web site, e.g. myapp://doAction1?param1=someparam
The application will start and process the URL. You can get a lot of info about it on the internet, e.g. http://wiki.akosma.com/IPhone_URL_Schemes
I'm developing a mobile site for Android and iOS and I would like to see how it looks in Android Emulator and the iOS equivalent. My site is still only local, so I can't simply deploy it and go to phone's browser. I am using WAMP. How do I achieve this?
You can use PhoneGap and deploy your HTML files within it to see how it looks. Although it would not have the url bar on top like a mobile web browser but it gives you a good idea of things like performance and all the quirks you get with your mobile device.
Here is the Getting started guild from PhoneGap.
http://phonegap.com/developer/