Search found 8 matches

Go to advanced search

by Laimonas Naradauskas
Mon May 11, 2015 7:53 pm
Forum: Issues
Topic: Android App rejected of Youtube background stream
Replies: 21
Views: 4406
 
Jump to post

Android App rejected of Youtube background stream

Hi Engene, thanks for the reply. The reason why the app was rejected is that some objects have been set up to go to an external URL which consisted of youtube videos. The problem that I am facing is that the inside browser which is launched as you set up an event to go to an url is within the app it...
by Laimonas Naradauskas
Mon May 11, 2015 1:57 pm
Forum: Issues
Topic: Android App rejected of Youtube background stream
Replies: 21
Views: 4406
 
Jump to post

Android App rejected of Youtube background stream

Hello, My app is configured to visit a website on a button click which launches an internal browser within the app to display the page. Now this is all great for me although once this is submit to the android marketplace the app has been rejected of the following: Your submission has been rejected f...
by Laimonas Naradauskas
Thu Apr 30, 2015 8:25 am
Forum: Issues
Topic: Embed external css rules into the app so there wouldn't need to be required to have internet connection
Replies: 2
Views: 422
 
Jump to post

Embed external css rules into the app so there wouldn't need to be required to have internet connection

Hi Yurii,

Thanks for this although the problem was internal CSS file settings for a few div element background image. As the image was pointing to an external object it had to be downloaded.

Kind Regards,
Laimonas

by Laimonas Naradauskas
Tue Apr 28, 2015 1:54 pm
Forum: Issues
Topic: Embed external css rules into the app so there wouldn't need to be required to have internet connection
Replies: 2
Views: 422
 
Jump to post

Embed external css rules into the app so there wouldn't need to be required to have internet connection

Hello,

Is there a way to embed css rules so the app wouldn't need internet to display changes from additional css file.

The app loads up with design changes once internet connection is present although when no internet connection is possible the css rulings are not visible.

Thanks,
Laimonas

by Laimonas Naradauskas
Wed Apr 15, 2015 11:01 am
Forum: Issues
Topic: Page redirect after a period of time
Replies: 5
Views: 715
 
Jump to post

Page redirect after a period of time

Although there is still issues on android interface as the system can't seem to find menu.html. Are the files rendered differently on platforms? Should I call some other page?

by Laimonas Naradauskas
Tue Apr 14, 2015 2:25 pm
Forum: Issues
Topic: Page redirect after a period of time
Replies: 5
Views: 715
 
Jump to post

Page redirect after a period of time

Although there is still issues on android interface as the system can't seem to find menu.html. Are the files rendered differently on platforms? Should I call some other page?

by Laimonas Naradauskas
Tue Apr 14, 2015 1:12 pm
Forum: Issues
Topic: Page redirect after a period of time
Replies: 5
Views: 715
 
Jump to post

Page redirect after a period of time

Found an answer by myself. If anyone will be stuck with this just look at the following code: $(document).ready(function () { if ($("#splashScreen_splash_background").length 0) { window.setTimeout(function () { location.href = "menu.html"; }, 3000); } }); jQuery driven example, I...
by Laimonas Naradauskas
Tue Apr 14, 2015 12:44 pm
Forum: Issues
Topic: Page redirect after a period of time
Replies: 5
Views: 715
 
Jump to post

Page redirect after a period of time

How to set up the splash screen to redirect to a page (inside appery) after a period of time?

Go to advanced search