Kindle Build

Just curious if maybe I am in need of something in the build.settings…

I have an iOS app that works great utilizing Storyboard, TableView widgets and native.webView to load a web page. I am able to compile the app of course for Kindle fire (with debug key) and send to the device… the app loads.
The buttons show at the bottom and background etc… touching any button (that load either a table view or the web view) results in nothing… nothing fires…

Anything special I need to do to make this work on the Kindle?

Matt? [import]uid: 18783 topic_id: 32084 reply_id: 332084[/import]

Nothing special that I can think of. You might want to tether the KF to your computer and use the adb logcat command to view the console log of the device and see what’s happening, perhaps put a:

print(event.phase)

in your event handler’s to make sure they are working. [import]uid: 19626 topic_id: 32084 reply_id: 127828[/import]

Weird thing is I know all the events fire … the app works perfectly fine on my iPhone 4,5, and iPads.

storyboard, tableview widgets they are all ok on Kindle? [import]uid: 18783 topic_id: 32084 reply_id: 127862[/import]

ah ha!..I have a piece of code that tests for network reachability in order to load the screens that require network to see the videos etc…

that showed up in the console… I am going to remove it and see what happens next

  • I assume that is it so I thank you for the help… [import]uid: 18783 topic_id: 32084 reply_id: 127867[/import]

Nothing special that I can think of. You might want to tether the KF to your computer and use the adb logcat command to view the console log of the device and see what’s happening, perhaps put a:

print(event.phase)

in your event handler’s to make sure they are working. [import]uid: 19626 topic_id: 32084 reply_id: 127828[/import]

Weird thing is I know all the events fire … the app works perfectly fine on my iPhone 4,5, and iPads.

storyboard, tableview widgets they are all ok on Kindle? [import]uid: 18783 topic_id: 32084 reply_id: 127862[/import]

ah ha!..I have a piece of code that tests for network reachability in order to load the screens that require network to see the videos etc…

that showed up in the console… I am going to remove it and see what happens next

  • I assume that is it so I thank you for the help… [import]uid: 18783 topic_id: 32084 reply_id: 127867[/import]