IPad app created from Captivate using PhoneGap Build has ugly warning

I have an app that is generated by Captivate 7 that I have published as HTML5 and then converted to an iPad app using Adobe PhoneGap Build.
After conversion, I get a white screen on launch with a dialog box stating "Adobe Captivate - This browser does not support some of the content in the file you are trying to view.  Use one of the following browsers."  The message includes a list of versions of Safari, Internet Explorer, and Chrome.  If I dismiss the dialog and then hit the play button, the app works fine.
With this warning, apps created from PhoneGap Build are pretty ugly.
Getting rid of the warning is mandatory for us.  I'd also like to get rid of the need to hit the Play button.
--Hal

Just to clear up my third question, I'm not asking whether our customers will need a set of these credentials to access our content, I'm asking if its required I get these credentials to publish the content.

Similar Messages

  • HT1689 My iPad got wet from daughter using it in the bath. Not sure of extent of damage. We're in remote bali - what should I do?

    My iPad got wet from daughter using it in the bath. Not sure of extent of damage. We're in remote bali - what should I do?

    Solutions for wet iPad.
    http://www.gazelle.com/how-to/ipad/ipad-recover-from-water-damage
    http://www.knowyourmobile.com/appleiphone/ipad/ipaduserguides/701079/how_to_fix_ an_ipad_if_it_gets_wet.html
     Cheers, Tom 

  • How long do "free" iPad apps created with Creative Cloud last?

    Do the unlimited free iPad apps created with DPS with a Creative Cloud Membership last (in the Apple App store) for every, or do they get removed at some point?
    I can't seem to find anything on this anywhere.
    Thanks,
    Ryan.

    I should have clarified.  I was strictly referring to Adobe's involvement because they host the DPS app files as far as I am aware.  So do they stop hosting your apps if you discontinue your Creative Cloud membership or anything to that effect?
    That's what I was most curious about but thank you for the response.
    Ryan.

  • Captivate 7, PhoneGap Builder on Android and iOS tablets

    Hello all,
    I apologize if some of these questions are basic but searching the forums and online aren't turning up any answers I can discern. My company has decided to move into the mobile market for our E-Learning content, more specifically we want our customers to be able to use our content on tablet devices. I'm creating content with Adobe Captivate 7 using HTML5 animations. I have been able to publish my project as HTML5 and then use the PhoneGap Build tool to add the HTML5 animations to the project. However, I have no experience in app development and I'm running into a roadblock when trying to publish as Android and iOS compatible apps. I'm able to add the .wgz file to the android tablet but I have no idea how to run it or make it work. We just want our projects to play on Android and iOS tablets. My questions are thus:
    - Is publishing our modules in App form the only way to accomplish this?
    - When trying to publish to Android/iOS I am asked for a "Package". What does this mean? I've watched the following tutorial: Package the HTML5 content for devices using Adobe Captivate 7 App Packager - YouTube but it doesn't go into detail as to what he package is.
    - From what I understand Android and iOS apps need certificates and signatures. Are these required for our members to be able to download our modules and run them on their tablets? Can someone direct me to a source for me to learn about and apply for these credentials?
    Any help you can provide would be greatly appreciated. Thank you!
    - Nick

    Just to clear up my third question, I'm not asking whether our customers will need a set of these credentials to access our content, I'm asking if its required I get these credentials to publish the content.

  • How to fix "server problem" error message when trying to use PhoneGap build service.

    I have a site that is now optimized for mobile devices and want to use the PhoneGap Build service in Dreamweaver CS6 to make a native app.  Unfortunately, I keep getting the "We seem to be having server problems." error message when I try to create a new project.  I did notice that the configuration file was created at the site root.  I've seen a few other similar threads on this, but no solution.  I've checked on any firewall issues (none) and know that the PhoneGap server is not down.  The problem is on my end.
    Thanks,
    Loren

    Not an answer to the server problem, but I have posted the PhoneGap Build process here: http://forums.adobe.com/message/4669054#4669054. It might help anyone still having problems.

  • Error while creating a cube using Cube Builder

    we have installed the Cube builder for SSM 7.0
    while creating the cube I am facing a error and the .TRC file contents are as follows :-
    LSS>
    LSS> set control LINKID SSM_CB_EA
    LSS>
    LSS> .... capture cube id in a control var to simplify queries on other tables
    LSS> access lslink
    LSLink> connect SSM_CB_EA
    LSLink>
    LSLink> SELECT ID FROM CPMS_CB_CUBES WHERE NAME = 'CUBEBUILDER1'
    [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'CPMS_CB_CUBES'.
    SQLSTATE: S0002
    SQL System code: 208
    LSLink> lss create code = 'set control CUBEID ' + ID
    LSLink> output proc setcubeid;PIPADMINDEFAULT over
    LSLink> peek create nohead nonumb
    No Fields currently Selected
    ACC004:
    No Record Has Been Accessed From the Database.
    ACC004:
    No Record Has Been Accessed From the Database.
    CHE FRE
    CHE UPD
    Kindly help me out........

    Hi Martin,
    I believe that the issue you are encountering now is that you're using the wrong set of procedures for accessing MS SQL Server.
    In section 5.4.1 (Setting up SAP NetWeaver System database software) in the Strategy Management configuration guide, there is a section which discusses steps that are required depending on whether or not you are using MaxDB or MS SQL Server as your system database behind NetWeaver CE.  My guess is that you have not followed the steps described for SQL Server here.  This is simple to do thoughm, because all you need to do is copy the files in the "<install-dir>\SAP\SSM\InternetPub\procs\sqlsrvr_procs" into the <install-dir>\SAP\SSM\InternetPub\procs" directory.
    This is required because, when using Cube Builder or Entry and Appropval, the PAS component communicates directly with the system database in order to load data from there into PAS.  Because MaxDB and SQL Server have different SQL syntax, specifically regarding field concatenation, slightly different SQL is required.  So if you copy the SQL Server specific procedures across, you should be able to successfully build your model from Cube Builder.
    Of course, having read through your question again I'm not 100% sure that this is what you are hitting.  The problem you're seeing seems to be that, when we internally concatenate some selected fields together, we aren't finding a field called ID.  However, the SQL select being issued doesn't seem to have returned any error messages, so I'm not sure why there is a problem referencing the field.
    The only thing that comes to mind is a problem that I ran into at one point with the type of driver I was using to connect to SQL Server.  The PAS component of Strategy Management, even though it runs on Windows 2003 Server 64bit, is still only a 32bit component.  This means that, when configuring the System Data Sources within the ODBC applet in Control Panel, it is critical that the 32bit version of that ODBC applet be used - as documented in the note at the end of section 5.4.3 in the configuration guide.  The reason this is important is because, if you use an OLEDB connection to SQL Server, for some reason the field names are not returned correctly.  It is only when using the ODBC driver that the field names are returned correctly.
    So please ensure that you are using the ODBC driver for your Link ID which connects to SQL Server, and not an OLEDB connection.
    Hope this helps,
    Robert
    Edited by: Robert Holland on Dec 19, 2008 3:23 PM

  • Interactive PDF on IPad app created with Digital Publishing Suite

    Can someone tell me why I can create an Interactive PDF in InDesign, send it to Adobe Forms but not be able to have an Interactive PDF form on an IPad App built with InDesign? Is having an Interactive (by that I mean, adding a name and address and answering questions in the form of text and checkboxes and submitting) form on an IPad at all possible using InDesign? Aaarrrrgggghhh!
    Barb

    I have a 5 part questionnaire which is included in an IPad app built with InDesign. The recipients of the questionnaire answer the questions, add their name etc. They will visit this questionnaire on a monthly basis for 6 months, and each month a copy of the questionnaire is to be submitted to 3 different people. The responses of the questionnaire will need to be maintained for editing and updating each month.

  • How to create Theme SWC using Flash Builder 4

    I have created a library project in flex which contains spark skin classes for certain controls and a style sheet class. The problem is when I use the SWC generated by thsi project  and import this SWC as Theme and apply it to another test project. the stylings chasnges are not reflected.
    IF I use comand line to generate Theme SWC the changes are reflected.
    Can any one help me use FLash Builder to create and apply theme SWC.

    Connect to PHP in FB4 is used when you have a PHP Class and you want to use that in FB, for example Employee.php and it has a Employee class and various methods in that like create, update, get, delete.
    However, if you have exposed your functionality in PHP as a HTTP URL (i.e. it is not a class), then you should be using HTTPService from the data menu.
    So if your file is login.php and is accessible as a URL, then using the HTTPService and enter the URL.
    Does this help?
    -Sunil

  • How to create Calendar Control using Flash Builder

    I want to implement a calendar control in Flex using flash builder 4.5.1. For this, I am thinking to extend the DateChooser Control.
    Can any please guide me in the correct way to get my  calendar control.
    In that calendar control I want to add some small images/text in each day cell with a tool tip information and with different colors for each day cell of the calendar control.
    plz help me.
    regards
    vijay

    Connect to PHP in FB4 is used when you have a PHP Class and you want to use that in FB, for example Employee.php and it has a Employee class and various methods in that like create, update, get, delete.
    However, if you have exposed your functionality in PHP as a HTTP URL (i.e. it is not a class), then you should be using HTTPService from the data menu.
    So if your file is login.php and is accessible as a URL, then using the HTTPService and enter the URL.
    Does this help?
    -Sunil

  • Apps installed from itunes uses german language

    Hi!
    I downloaded 2 apps (facebook, snapchat) from itunes and installed it on my iphone 5c using my laptop, the app language is in German now and i cannot change it back not even when reinstalling. Iam from Hungary by the way. Is it possible to chang ethe language to fit my location again?
    Thanks

    Hello there, Xakeom.
    The following Knowledge Base article offers up some great steps for troubleshooting issues with apps downloaded from the App Store:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/ts1702
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • IPad iBook - Frame flicker playing widget created from captivate 8 export

    Hey all
    I've used custom widgets in iBooks author with a high level of success.
    However, I've run into a specific problem that only seems to affect iPad 3s and 4s running iOS version 7.1 and 8.1.2.
    I've published html5 only in Captivate 8.0 on a PC. This produces a bunch of HTML, CSS, JS files and folders. I turned this into a widget like all the others that have worked in the past. Then I imported into iBooks Author but when opening on the iPad 4 (iOS 7.1 and 8.1.2), each change in frames produces a momentary flicker.
    The problem does not happen when testing on the iPad 3 on any of the above iOSs so far.
    Any ideas?

    Hey all
    I've used custom widgets in iBooks author with a high level of success.
    However, I've run into a specific problem that only seems to affect iPad 3s and 4s running iOS version 7.1 and 8.1.2.
    I've published html5 only in Captivate 8.0 on a PC. This produces a bunch of HTML, CSS, JS files and folders. I turned this into a widget like all the others that have worked in the past. Then I imported into iBooks Author but when opening on the iPad 4 (iOS 7.1 and 8.1.2), each change in frames produces a momentary flicker.
    The problem does not happen when testing on the iPad 3 on any of the above iOSs so far.
    Any ideas?

  • 5508 - iPad getting disconnected from WLAN Using EAP-TLS

    We are seeing an issue with an ipad connecting to a WLAN configured for EAP-TLS using ISE 1.2, getting disconnected.  The ipad will hop top another SSID.  It will connect back to the other ssid when selected.  Any ideas? I have a debug client for when this happened.
    *apfMsConnTask_0: Apr 08 14:03:57.508: Association request from the P2P Client Process P2P Ie and Upadte CB
    *apfMsConnTask_7: Apr 08 14:04:57.855: Association request from the P2P Client Process P2P Ie and Upadte CB
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Association received from mobile on BSSID 54:78:1a:2f:84:56
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Global 200 Clients are allowed to AP radio
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Max Client Trap Threshold: 0  cur: 4
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Rf profile 600 Clients are allowed to AP wlan
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 172.30.230.213 RUN (20) Skipping TMP rule add
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a apfMsRunStateDec
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 172.30.230.213 RUN (20) Change state to DHCP_REQD (7) last state RUN (20)
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) State Update from Mobility-Complete to Mobility-Incomplete
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Reached ERROR: from line 6355
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a pemApfDeleteMobileStation2: APF_MS_PEM_WAIT_L2_AUTH_COMPLETE = 0.
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Deleted mobile LWAPP rule on AP [54:78:1a:2f:84:50]
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a Applying Interface policy on Mobile, role Unassociated. Ms NAC State 2 Quarantine Vlan 0 Access Vlan 730
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a Re-applying interface policy for client 
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Changing IPv4 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2018)
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Changing IPv6 ACL 'none' (ACL ID 

    Use profiles for the wifi settings on the iPad
    A reset of network settings will clear the network history, but the profile will add it back in automatically
    http://images.apple.com/ipad/business/docs/iOS_Deployment_Technical_Reference_EN_Feb14.pdf
    Great Cisco doc for BP and troubleshooting of Apple devices:
    Enterprise Best Practices for Apple Mobile Devices on Cisco ...
    Make sure the app uses URIPersistWifi call 
    https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/PerformanceTuning/PerformanceTuning.html

  • What reigon is a dvd created from new using Toast?

    Hi all
    I've just made a dvd from some .mov files with no DRM issues using toast titanium. All fine, but I want to send it to someone in New Zealand. I'm told that the dvd will be reigon 0. Is that correct?
    Thanks in advance

    I have been faced with this problem before and have tried the different tools that are available including using UNIX scripts ect. I usually end up frustrated and spend half my life trying to understand how things work and how to use stuff. In the end it just became such a hassle that I gave up!!
    What really crunched it was when I bought a DVD RW player and started recording stuff from the TV and found myself more and more needing to do exactly what you are saying. Take extracts from the TS_Video folder and import them into imovie.
    In the end I saw an article in Mac World magazine for Cinamatize2 from http://www.miraizon.com. I have only had it a week or so, and am still getting used to it. What I will say is that it's a lot easier to use than all the other "scripts" etc that I've tried. It has a user friendly GUI and good instructions!! at the moment you can get it for just over $50 with the Mac World 10% discount. I think that it's money well spent if you intend to do this regularly!!
    Steve.

  • One action not creating from pa40 using  HR_MAINTAIN_MASTERDATA

    Hi Friends -
    I  am using FM       HR_MAINTAIN_MASTERDATA     for  creating action  'Expatriation Planning '   in  PA40
    which covers 0000, 0001 ,00002 and few more   but   immid after filling  0001 data and save it gives me error   0003 is not created for this employees and come out
    How i can correct it  as  00003  infotype looks like some backend IT  .
    Regards
    Meeta

    k

  • I want to be able to use the ebay time zone app so I am using nightly builder version and I don't like it. What version can I use and still get my ebay thing, and how do I remove what I have? Thank you

    what version supports ebay time zone

    Sorry, but if your phone is locked to AT&T, there is no way to get your phone officially unlocked. AT&T will not unlock an iPhone for anyone for any reason. Sell it before you move & purchase a phone when you get there.

Maybe you are looking for

  • Do I need to purchase a Lightning to 30-pin Adapter

    if I am only using my current adaptors (Iphone 4) for charging and pluging into USB for syching and updates?  I'm confused what this adaptor is for.  Purchasing my new phone this week, so would apprciate an anwer ASAP.  Thanks

  • Pressing screen acts like home button

    Pressing anywhere on my screen acts as if I've pressed my home button. You do have to press down (touching the screen doesn't do it, you need to press harder). It constantly wakes up in my pocket and I regularly have dozens of screenshots of my lock

  • ITunes Moving Information box

    I have iTunes 6.0.1 (3) and when I'm listening to music there is a new feature of a central info box with track details and the album art (don't know the official title) but it doesn't always display the album art? (have checked its definitely there)

  • Encoding in DVD SP

    I have a 150 min. dance program that I am trying to burn with 7 menus and 36 buttons. I have customized the encding down to 1 pass at 3.6 and at the very end of burning it tells me that I don't have enough media output. I am burning to a DVD -R 4x wh

  • Difficulty Launching Safari v1.3.2 (Mac OS 10.3.9)

    Everytime I try to launch Safari for the first time after starting (or restarting) my computer, Safari will bounce in the dock, but eventually reach "Application Not Responding." I force quit, then try again. By the third attempt to launch Safari ope