facebook

Can I create a online mall using MobiOne: CLOSED

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #350049 Reply

    mikegoodman
    Member

    Hi,

    I am a new user. Wonder if I can easily create an online mall app using MobiOne? Do I need to write code? HTML5?

    Thank you.

    Mike

    #350050 Reply

    mikegoodman
    Member

    I mean a online mall app like Amazon and Ebay.

    Mike

    #350066 Reply

    Code_A
    Member

    You might want to look into creating a responsive wordpress theme and then using m1 to connect to the site.

    #350074 Reply

    mikegoodman
    Member

    Hi Code A,

    Thank you very much for your reply.

    If I “creating a responsive wordpress theme and then using m1 to connect to the site”, like you said, does that make the app a ‘web based’ app, instead of a native app?

    Bear with me, i have never written any apps, but are eager to learn.

    Thank you.

    #350114 Reply

    Code_A
    Member

    @mikegoodman wrote:

    If I “creating a responsive wordpress theme and then using m1 to connect to the site”, like you said, does that make the app a ‘web based’ app, instead of a native app?

    The app could still be native, but all it would do is launch the website upon loading. Basically, your app is just creating a “shortcut” to the website for the user.

    I am actually in the process of creating an app that is going to do the exact same thing (i.e., connect to a wordpress responsive site). I am not sure if this is the best solution or not, but I have added the following code to my _custom.js file to launch the site on load:

    phoneui.documentReadyHandler = function() {
        phoneui.showURL("my-url", "_self") 
    }
    
    #350192 Reply

    Hi,

    One thing to consider is if you plan to distribute your app via the itunes appstore is that apple reviewers frown on apps that simply open a remote site sort of like a fancy bookmark. They will reject your app and encourage you to just provide a mobile website. The workaround is to include some local device-side functionality.

    #350203 Reply

    Code_A
    Member

    @Octavio
    Good to know. Thanks for the heads up!

    #350220 Reply

    Muhammad
    Member

    Exactly Octavio!

    Best way is put your product list with each category has product list as RSS,
    and call the product through RSS.
    Apple like social media sharing, make sure that your apps has social media sharing and local function (not link on website)
    to drive your apps.

    #351772 Reply

    AiadCharkie
    Member

    Where can i find the my _custom.js page?

    #351773 Reply

    AiadCharkie
    Member

    The code only works when i run the the app in the Simulator, but when installing the app into my Android mobile device it just stay on my first image without opening my website, I hope any help?
    Thanks

    #351816 Reply

    Hi Aiad,

    I requested an small example that demonstrate the issue in your other thread, please post it there in order to close this one.

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: Can I create a online mall using MobiOne: CLOSED

You must be logged in to post in the forum log in