Languages

Menu
Sites
Language
"Fast RWI is used" prompting when launching my app on my TV

Hi,

When I install and launch my application on my TV, I have the following prompt:

RWI mapping info 7011(RWI):FoJREqliJc.MyApp 7012(RWI):N/A 7013(RWI):N/A Fast RWI is used, [about:blank] is loaded first instead of [file://index.html]]. Click OK button will start the read loading.Notes:Please connect to RWI in PC before click OKbutton. Then you can get network log from the inisital loading. Please click Record button in Timline panel in PC before click OK button, Then you can get profiles log from the initial loading.

How can I get rid of that ?

Responses

3 Replies
Amit Sharma

Can you share the application on which the issue is coming

 

Clément Aymard

Hi Amit,

Thank you for answering. It is a local application I'm currently developing, it is not available publicly. I share you down below the config.xml of this app, if it can help.

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="0.1.0" viewmodes="maximized">
  <tizen:application id="FoJRtqIiJv.MyApp" package="FoJRtqIiJv" required_version="2.3"/>
  <feature name="http://tizen.org/feature/screen.size.all"/>
  <content src="index.html"/>
  <icon src="icon.png"/>
  <name>MyApp</name>
  <access origin="*" subdomains="true"/>
  <tizen:privilege name="http://tizen.org/privilege/internet"/>
  <tizen:profile name="tv"/>
  <tizen:setting screen-orientation="landscape" context-menu="enable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>

 

Clément Aymard

I figured out that when I change one character of FoJRtqIiJv.MyApp the popup is not displayed anymore, but the RWI does not work either.