J

John N

Member

Last active 5 months ago

  1. 5 years ago
    Tue Oct 30 00:10:51 2018
    J John N started the conversation How to avoid default background-color in "styles.css".

    The "styles.css" for each page automatically contains:

    .SCPage {
    background-color: #FFFFFF
    }

    Is there any way to change the colour?
    Or a way to avoid that it is automatically added?

    I have added in "Page CSS":

    .SCPage {
    background-color: #000000;
    }

    The background becomes black alright - but there is an annoying white flash before it gets black.

    PS: Is it on purpose that there's a missing semicolon after "background-color: #FFFFFF"?

  2. Sun Oct 21 20:44:40 2018
    J John N started the conversation OpenURL not working in iOS app.

    I have published an iOS app from Pubcoder.
    I have put a button that has the 'OpenURL' on it.
    But nothing happens when the button is tapped.
    Neither with "Open in Browser" on or off.
    And neither on the iPad or in Pubcoder's "Quick Preview Project".

    Then I tried to put a smart object with the HTML code:
    <a href="http://mydomain.com" target="_blank">Link to my domain</a>
    That actually works also on the iPad - but only one time!
    If I close down the browser (Safari) and tap the link again on the iPad nothing happens.
    After restarting my app it works again - and again only one time.

    Is there any solution or explnation for this?

  3. Thu Sep 20 09:55:56 2018
    J John N posted in New version of Pubcoder.

    It keeps crashing for me as well. When saving and when I do "Quick Preview Page".

    PubCoder Version: 3.2 (940)
    Mac OS X 10.11.6

  4. Fri Aug 31 17:23:34 2018
    J John N started the conversation PinchClose not working.

    I am using a pinchClose command on an object. It works like it should - but - and that's the problem - the attached action to the gesture is activated on any touch with 2 fingers on the object. Like a 2 fingers swipe will run the action attached to pinchClose.

    I see that in "jquery-jgestures.js" there is this: $.jGestures.defaults.thresholdPinchclose = 0.05;
    Does "thresholdPinchclose" means the distance in px that the user must move 2 fingers before it's detected as a pinchClose?
    If so, is it then possible to change the value with Javascript? Like: $.jGestures.defaults.thresholdPinchclose = 20;
    I have tried but it doesn't seem to work.

  5. Sun Jun 17 16:38:59 2018
    J John N started the conversation Warning in Application Loader - iOS app.

    I just for the first time submitted an iOS app to the App Store that was published from Pubcoder 3.
    (I've done it many times from 2.5).
    When I uploaded it from Apple's Application Loader I got the following error message:

    WARNING ITMS-90191: "Missing beta entitlement. Your app does not include the
    beta-reports-active entitlement. If you intend to distribute this build via
    TestFlight for beta testing, please re-build this app with an App Store
    Distribution provisioning profile. Do not use ad-hoc profiles."

    I chose to ignore the warning and the app was approved by Apple and is now in the app store.

    So, I don't have a problem. I am just wondering if the .IPA file from Pubcoder 3 Published with "iOS > All page > App Store" somehow contains data that says it can be used for TestFlight but actually can't?

  6. 6 years ago
    Fri Feb 2 19:25:51 2018
    J John N started the conversation Wrong language in App Store.

    I have just launched a new iOS app in Danish.
    But at the App Store it says "Languages: English, Italian" ?
    I have set the language to Danish both in Pubcoder localizations and at iTunes Connect.
    What should I do to have the correct language display in the App Store?

    I was already aware of "Italian" because that is displayed along with "English" with all my apps in English only.
    It would be good if that could be avoided.

  7. Thu Jan 11 12:51:10 2018

    Thanks - it works now.

  8. Sat Jan 6 13:01:59 2018

    I can't get Pubcoder 3 to work when publishing as an iOS app.
    At the Settings it says "No suitable provisioning profile available".
    And I can't attach the provisioning profile since it's greyed out and the yellow warning triangle is showing.
    The Code Signing Identy is correct and also is the App ID.

    When I open the same .pubcoder file in Pubcoder 2.5. everything works.
    And I can publish an iOS app for TestFlight and App Store.

    Has anyone an idea of what can be wrong in Pubcoder 3?

  9. Thu Oct 12 19:39:36 2017

    Good tip, Carlton - I have reported it as a bug now.

  10. Thu Oct 12 12:07:37 2017

    I am still curious about the "Shared resources" in the Beta 3 - is there/will there be that option?
    When I open my .pubcoder files (made with 2.5) in the Beta 3 nothing works at all - since I have included scripts with the "Shared resources" option in 2.5.

    All my pages start with: "<script type="text/javascript" src="../shared/my_script.js"></script>".
    But there seems not to be a "shared" directory when publishing from Beta 3.

View more